Skip to content

Commit

Permalink
Squish: Fix kit selection
Browse files Browse the repository at this point in the history
Fixes f78327a

Change-Id: I7e9ea53c96a8382db27213a1d6e182fa865723ee
Reviewed-by: Robert Loehning <[email protected]>
  • Loading branch information
rlohning committed Mar 3, 2017
1 parent 785a982 commit ade7393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/suite_editors/tst_qml_editor/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ade7393

Please sign in to comment.