summaryrefslogtreecommitdiff
path: root/tests/system/suite_general/tst_openqt_creator/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_general/tst_openqt_creator/test.py')
-rw-r--r--tests/system/suite_general/tst_openqt_creator/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_general/tst_openqt_creator/test.py b/tests/system/suite_general/tst_openqt_creator/test.py
index 1c20800fe5..5f7b0f3b01 100644
--- a/tests/system/suite_general/tst_openqt_creator/test.py
+++ b/tests/system/suite_general/tst_openqt_creator/test.py
@@ -66,7 +66,7 @@ def main():
generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText)
test.compare(generalMessages.count("Project MESSAGE: Cannot build Qt Creator with Qt version 5.6.1."), 1,
"Warning about outdated Qt shown?")
- test.compare(generalMessages.count("Project ERROR: Use at least Qt 5.6.2."), 1,
+ test.compare(generalMessages.count("Project ERROR: Use at least Qt 5.9.0."), 1,
"Minimum Qt version shown (once when parsing with default kit, once with selected)?")
# Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609)