~paulliu/unity/phablet_add-qmluitest1

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Michał Sawicz
  • Date: 2013-04-22 09:19:01 UTC
  • mfrom: (602.1.24 add-test-utils)
  • Revision ID: tarmac-20130422091901-0hx18ul6omyspghf
add TestUtil class with isInstanceOf utility method.

Approved by Albert Astals Cid, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import QtQuick 2.0
18
18
import QtTest 1.0
19
19
import Ubuntu.Components 0.1
 
20
import Unity.Test 0.1 as UT
20
21
import ".."
21
22
import "../../../Components"
22
23
 
100
101
        }
101
102
    }
102
103
 
103
 
    UnityTestCase {
 
104
    UT.UnityTestCase {
104
105
        name: "Showable"
105
106
        when: windowShown
106
107