~mzanetti/unity8/fix-preview-collapsing

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_Stage.qml

  • Committer: Gerry Boland
  • Date: 2013-09-04 13:42:27 UTC
  • mto: (297.1.2 addOSKController)
  • mto: This revision was merged to the branch mainline in revision 306.
  • Revision ID: gerry.boland@canonical.com-20130904134227-ru0503gqeddwpmy7
Using Unity.Application instead of old Ubuntu.Application. Moved fake plugin (not updated it yet)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import QtTest 1.0
19
19
import ".."
20
20
import "../../../Components"
21
 
import Ubuntu.Application 0.1
 
21
import Unity.Application 0.1
22
22
import Ubuntu.Components 0.1
23
23
import Unity.Test 0.1 as UT
24
24
import "tst_Stage"