~saviq/unity/phablet.release-172

« back to all changes in this revision

Viewing changes to tests/qmltests/Greeter/tst_Greeter.qml

  • Committer: Michał Sawicz
  • Date: 2013-04-23 22:27:12 UTC
  • mfrom: (612.1.8 phablet)
  • Revision ID: michal.sawicz@canonical.com-20130423222712-6q65wyw0bcif013r
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import ".."
20
20
import "../../../Greeter"
21
21
import Ubuntu.Components 0.1
 
22
import Unity.Test 0.1 as UT
22
23
 
23
24
Item {
24
25
    width: units.gu(120)
41
42
        signalName: "selected"
42
43
    }
43
44
 
44
 
    UnityTestCase {
 
45
    UT.UnityTestCase {
45
46
        name: "Greeter"
46
47
        when: windowShown
47
48