aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_qtquick/tst_qtquick_creation/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_qtquick/tst_qtquick_creation/test.py')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation/test.py b/tests/system/suite_qtquick/tst_qtquick_creation/test.py
index 2b767cde89..0487240ecb 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation/test.py
@@ -33,7 +33,7 @@ def main():
available = [("5.6", False), ("5.6", True)]
for qtVersion, controls in available:
- targ = [Targets.DESKTOP_561_DEFAULT]
+ targ = [Targets.DESKTOP_5_6_1_DEFAULT]
quick = "2.6"
# using a temporary directory won't mess up a potentially existing
workingDir = tempDir()