Squish: Update paths to QML files

Reaction to 96367b6253

Change-Id: I9651f9cac2b6c48158fa9094ef86ef04460e8a16
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2014-04-08 15:34:46 +02:00
parent 96367b6253
commit 8eefc34419
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ def startQtCreatorWithNewAppAtQMLEditor(projectDir, projectName, line = None):
# create qt quick application
createNewQtQuickApplication(projectDir, projectName)
# open qml file
qmlFile = projectName + ".Resources.qml\.qrc./.qml/main\\.qml"
qmlFile = projectName + ".Resources.qml\.qrc./.main\\.qml"
if not openDocument(qmlFile):
test.fatal("Could not open %s" % qmlFile)
invokeMenuItem("File", "Exit")