From 4e47ed66c98709594d6a38a50793ad2aa0cdd00a Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 18 Mar 2022 14:04:41 +0100 Subject: Squish: Fix qml indentation test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adapt to default build system change. Change-Id: I70b5869871d4fbb612d4b6a28beb5e73c2d8d88e Reviewed-by: Robert Löhning --- tests/system/suite_editors/tst_qml_indent/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3