summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-03-18 14:04:41 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-03-18 14:39:56 +0000
commit4e47ed66c98709594d6a38a50793ad2aa0cdd00a (patch)
tree61fcc63ffdc65d08375c640a1959365c6fbf1a8d
parentde1a3283909a19622b95b7c0f89bcdcb39accd7c (diff)
downloadqt-creator-4e47ed66c98709594d6a38a50793ad2aa0cdd00a.tar.gz
Squish: Fix qml indentation test
Adapt to default build system change. Change-Id: I70b5869871d4fbb612d4b6a28beb5e73c2d8d88e Reviewed-by: Robert Löhning <robert.loehning@qt.io>
-rw-r--r--tests/system/suite_editors/tst_qml_indent/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_qml_indent/test.py b/tests/system/suite_editors/tst_qml_indent/test.py
index a81e3d558d..a7659b7e56 100644
--- a/tests/system/suite_editors/tst_qml_indent/test.py
+++ b/tests/system/suite_editors/tst_qml_indent/test.py
@@ -37,7 +37,7 @@ def main():
invokeMenuItem("File", "Exit")
def prepareQmlFile():
- if not openDocument("untitled.Resources.qml\.qrc./.main\\.qml"):
+ if not openDocument("untitled.untitled.qml\\.qrc./.main\\.qml"):
test.fatal("Could not open main.qml")
return None
editor = waitForObject(":Qt Creator_QmlJSEditor::QmlJSTextEditorWidget")