summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-03-03 17:18:03 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-03-03 18:26:03 +0000
commitade7393ec93701c77d184bcbc84680818436aeba (patch)
tree9117cbca2480b0cd9406ac84b9ab757b62c89bb2
parent785a982a6411a784e220cba4692c0a4f529f0ca4 (diff)
downloadqt-creator-ade7393ec93701c77d184bcbc84680818436aeba.tar.gz
Squish: Fix kit selection
Fixes f78327a571a70f949574294a525cb0ef910c46f1 Change-Id: I7e9ea53c96a8382db27213a1d6e182fa865723ee Reviewed-by: Robert Loehning <robert.loehning@qt.io>
-rw-r--r--tests/system/suite_editors/tst_qml_editor/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_qml_editor/test.py b/tests/system/suite_editors/tst_qml_editor/test.py
index b751121a5e..8854035e6a 100644
--- a/tests/system/suite_editors/tst_qml_editor/test.py
+++ b/tests/system/suite_editors/tst_qml_editor/test.py
@@ -37,7 +37,7 @@ def main():
# add docs to have the correct tool tips
addHelpDocumentation([os.path.join(Qt5Path.docsPath(target), "qtquick.qch")])
templateDir = prepareTemplate(sourceExample, "/../../helper")
- openQmakeProject(os.path.join(templateDir, proFile), target)
+ openQmakeProject(os.path.join(templateDir, proFile), [target])
openDocument("focus.QML.qml" + os.sep + "focus.focus\\.qml")
testRenameId()
testFindUsages()