aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors/tst_qml_editor/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_editors/tst_qml_editor/test.py')
-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 8854035e6a9..c61b7aa43de 100644
--- a/tests/system/suite_editors/tst_qml_editor/test.py
+++ b/tests/system/suite_editors/tst_qml_editor/test.py
@@ -26,7 +26,7 @@
source("../../shared/qtcreator.py")
def main():
- target = Targets.DESKTOP_531_DEFAULT
+ target = Targets.DESKTOP_5_3_1_DEFAULT
sourceExample = os.path.join(Qt5Path.examplesPath(target), "declarative/keyinteraction/focus")
proFile = "focus.pro"
if not neededFilePresent(os.path.join(sourceExample, proFile)):