summaryrefslogtreecommitdiff
path: root/tests/system/suite_qtquick/tst_qtquick_creation4
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2011-10-10 14:53:08 +0200
committerRobert Löhning <robert.loehning@nokia.com>2011-10-10 15:42:17 +0200
commit23436285bcd90a4399d34523a5632495e8a7bf20 (patch)
treedf002314cc9b5e75e91606775f00ede643206eed /tests/system/suite_qtquick/tst_qtquick_creation4
parentbdf486fca1b294d6725e6fd580d7fb6b95aa7fbb (diff)
downloadqt-creator-23436285bcd90a4399d34523a5632495e8a7bf20.tar.gz
Squish: Renamed "destination" to "target"
Change-Id: I8f8a1cc4b58642fc64adfa76eea84c2b4e9f0423 Reviewed-on: http://codereview.qt-project.org/6255 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests/system/suite_qtquick/tst_qtquick_creation4')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation4/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
index 1861aa2558..f2cd06a675 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
@@ -35,9 +35,8 @@ def createNewQmlExtension():
# now there's the 'untitled' project inside a temporary directory - step forward...!
nextButton = waitForObject("{text~='(Next.*|Continue)' type='QPushButton' visible='1'}", 20000)
clickButton(nextButton)
- chooseDestination()
+ chooseTargets()
clickButton(nextButton)
-# buddy = waitForObject("{type='QLabel' text='Object Class-name:' unnamed='1' visible='1'}", 20000)
nameLineEd = waitForObject("{buddy={type='QLabel' text='Object Class-name:' unnamed='1' visible='1'} "
"type='QLineEdit' unnamed='1' visible='1'}", 20000)
replaceEditorContent(nameLineEd, "TestItem")