summaryrefslogtreecommitdiff
path: root/tests/system/suite_QMLS/tst_QMLS04/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-04-08 15:34:46 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-04-08 16:44:23 +0200
commit8eefc3441968402dc12fa8a8183e1cb3739d7b4f (patch)
treea8a00d0f2a1938e2671ec51a152024126fe3de4e /tests/system/suite_QMLS/tst_QMLS04/test.py
parent96367b6253c09d77b6600ba2d334c00e03cc1180 (diff)
downloadqt-creator-8eefc3441968402dc12fa8a8183e1cb3739d7b4f.tar.gz
Squish: Update paths to QML files
Reaction to 96367b6253c09d77b6600ba2d334c00e03cc1180 Change-Id: I9651f9cac2b6c48158fa9094ef86ef04460e8a16 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_QMLS/tst_QMLS04/test.py')
-rw-r--r--tests/system/suite_QMLS/tst_QMLS04/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_QMLS/tst_QMLS04/test.py b/tests/system/suite_QMLS/tst_QMLS04/test.py
index 2c57f9b368..a14d43a7c0 100644
--- a/tests/system/suite_QMLS/tst_QMLS04/test.py
+++ b/tests/system/suite_QMLS/tst_QMLS04/test.py
@@ -56,7 +56,7 @@ def main():
test.passes("Refactoring was properly applied in source file")
else:
test.fail("Refactoring of Text to MyComponent failed in source file. Content of editor:\n%s" % codeText)
- myCompTE = "SampleApp.Resources.qml\\.qrc./.qml/MyComponent\\.qml"
+ myCompTE = "SampleApp.Resources.qml\\.qrc./.MyComponent\\.qml"
# there should be new QML file generated with name "MyComponent.qml"
try:
waitForObjectItem(":Qt Creator_Utils::NavigationTreeView", myCompTE, 3000)
@@ -86,6 +86,6 @@ def main():
#save and exit
invokeMenuItem("File", "Save All")
# check if new file was created in file system
- test.verify(os.path.exists(os.path.join(projectDir, "SampleApp", "qml", "MyComponent.qml")),
+ test.verify(os.path.exists(os.path.join(projectDir, "SampleApp", "MyComponent.qml")),
"Verifying if MyComponent.qml exists in file system after save")
invokeMenuItem("File", "Exit")