forked from qt-creator/qt-creator
Squish: Fix qml indentation test
Adapt to default build system change. Change-Id: I70b5869871d4fbb612d4b6a28beb5e73c2d8d88e Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user