From ade7393ec93701c77d184bcbc84680818436aeba Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 3 Mar 2017 17:18:03 +0100 Subject: Squish: Fix kit selection Fixes f78327a571a70f949574294a525cb0ef910c46f1 Change-Id: I7e9ea53c96a8382db27213a1d6e182fa865723ee Reviewed-by: Robert Loehning --- tests/system/suite_editors/tst_qml_editor/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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() -- cgit v1.2.1