aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_SCOM/tst_SCOM02
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-09-15 16:29:26 +0200
committerRobert Loehning <robert.loehning@qt.io>2017-09-25 09:33:26 +0000
commit5b94c3730b7332d31170e1cd6a9e068410ae1e04 (patch)
tree355f6f8c7c0e60a5fd001ce3009b949af3f9ace2 /tests/system/suite_SCOM/tst_SCOM02
parent810ba37075e10372e150395b501cf1966134c5cb (diff)
Squish: Update tst_SCOM02
...for changed QML file in project template. Change-Id: I3a0999650bffc35bc09d0f8ae92a33b80ac90474 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_SCOM/tst_SCOM02')
-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 7c9dd60cea..64fbf7d65c 100644
--- a/tests/system/suite_SCOM/tst_SCOM02/test.py
+++ b/tests/system/suite_SCOM/tst_SCOM02/test.py
@@ -35,7 +35,7 @@ def main():
createNewQtQuickApplication(tempDir(), "SampleApp")
# create syntax error in qml file
openDocument("SampleApp.Resources.qml\.qrc./.main\\.qml")
- if not appendToLine(waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget"), "TextEdit {", "SyntaxError"):
+ if not appendToLine(waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget"), "Window {", "SyntaxError"):
invokeMenuItem("File", "Exit")
return
# save all to invoke qml parsing