aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CCOM/tst_CCOM02/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_CCOM/tst_CCOM02/test.py')
-rwxr-xr-xtests/system/suite_CCOM/tst_CCOM02/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CCOM/tst_CCOM02/test.py b/tests/system/suite_CCOM/tst_CCOM02/test.py
index 2a59212706b..f6a3232bd88 100755
--- a/tests/system/suite_CCOM/tst_CCOM02/test.py
+++ b/tests/system/suite_CCOM/tst_CCOM02/test.py
@@ -29,7 +29,7 @@ source("../../shared/qtcreator.py")
# entry of test
def main():
# prepare example project
- sourceExample = os.path.join(Qt5Path.examplesPath(Targets.DESKTOP_561_DEFAULT),
+ sourceExample = os.path.join(Qt5Path.examplesPath(Targets.DESKTOP_5_6_1_DEFAULT),
"quick", "animation")
proFile = "animation.pro"
if not neededFilePresent(os.path.join(sourceExample, proFile)):