summaryrefslogtreecommitdiff
path: root/tests/system/suite_SCOM/tst_SCOM02/test.py
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-03-21 10:01:41 +0100
committerChristian Stenger <christian.stenger@digia.com>2014-03-21 12:56:18 +0100
commit79497e7faeced3766016c13aab08c8654f607b3b (patch)
tree262575f0410f29280aa9cbf87e9c9e83d46dc677 /tests/system/suite_SCOM/tst_SCOM02/test.py
parent7e8de984b23bace006ab85291906a9c9fc49fa0b (diff)
downloadqt-creator-79497e7faeced3766016c13aab08c8654f607b3b.tar.gz
Squish: Fix Qt Quick 1 related tests
qrc files are now used in Qt Quick 1 template as well. Change-Id: I7b7541d16100285893587605bb1b4130277b72e4 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Diffstat (limited to 'tests/system/suite_SCOM/tst_SCOM02/test.py')
-rw-r--r--tests/system/suite_SCOM/tst_SCOM02/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_SCOM/tst_SCOM02/test.py b/tests/system/suite_SCOM/tst_SCOM02/test.py
index c60319a400..a72d4f9b5d 100644
--- a/tests/system/suite_SCOM/tst_SCOM02/test.py
+++ b/tests/system/suite_SCOM/tst_SCOM02/test.py
@@ -38,7 +38,7 @@ def main():
# create qt quick application
createNewQtQuickApplication(tempDir(), "SampleApp")
# create syntax error in qml file
- openDocument("SampleApp.QML.qml.main\\.qml")
+ openDocument("SampleApp.Resources.qml\.qrc./.qml/main\\.qml")
if not appendToLine(waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget"), "Text {", "SyntaxError"):
invokeMenuItem("File", "Exit")
return