diff --git a/tests/clazy/config.json b/tests/clazy/config.json index d5040b9..84f79ff 100644 --- a/tests/clazy/config.json +++ b/tests/clazy/config.json @@ -1,50 +1,50 @@ { "minimum_clang_version" : 370, "blacklist_platforms" : "win32", "tests" : [ { "filename" : "test_requested_checks.sh", "compare_everything" : true, - "minimum_qt_version" : 550 + "minimum_qt_version" : 50500 }, { "filename" : "suppressions.cpp", "checks" : ["qstring-allocations", "foreach", "qdatetime-utc"] }, { "filename" : "suppressionsWholeFile.cpp", "checks" : ["qstring-allocations", "foreach"] }, { "filename" : "werror.cpp", "flags" : "-Werror", "must_fail": true, "checks" : ["qgetenv"] }, { "filename" : "werror2.cpp", "flags" : "-Werror", "checks" : ["qgetenv"], "env" : { "CLAZY_NO_WERROR" : "1" } }, { "filename" : "qt4compat1.cpp", "checks" : ["old-style-connect"] }, { "filename" : "qt4compat2.cpp", "checks" : ["old-style-connect"], "qt4compat": true }, { "filename" : "onlyQt1.cpp", "checks" : ["old-style-connect"], "only_qt" : false }, { "filename" : "onlyQt2.cpp", "checks" : ["old-style-connect"], "only_qt" : true } ] } diff --git a/tests/connect-non-signal/config.json b/tests/connect-non-signal/config.json index f6c64c9..a0398e7 100644 --- a/tests/connect-non-signal/config.json +++ b/tests/connect-non-signal/config.json @@ -1,25 +1,25 @@ { "minimum_clang_version" : 370, "tests" : [ { "filename" : "main.cpp" }, { "filename" : "bug374951.cpp", - "minimum_qt_version" : 570 + "minimum_qt_version" : 50700 }, { "filename" : "392441.cpp", - "minimum_qt_version" : 570 + "minimum_qt_version" : 50700 }, { "filename" : "bug375239.cpp" }, { "filename" : "bug375748.cpp" }, { "filename" : "bug376137.cpp" } ] } diff --git a/tests/container-anti-pattern/config.json b/tests/container-anti-pattern/config.json index b06766e..697d66a 100644 --- a/tests/container-anti-pattern/config.json +++ b/tests/container-anti-pattern/config.json @@ -1,11 +1,11 @@ { "tests" : [ { "filename" : "main.cpp" }, { "filename" : "qset.cpp", - "minimum_qt_version" : 560 + "minimum_qt_version" : 50600 } ] } diff --git a/tests/detaching-temporary/config.json b/tests/detaching-temporary/config.json index d0bc9b6..618abee 100644 --- a/tests/detaching-temporary/config.json +++ b/tests/detaching-temporary/config.json @@ -1,8 +1,8 @@ { "tests" : [ { "filename" : "main.cpp", - "minimum_qt_version" : 550 + "minimum_qt_version" : 50500 } ] } diff --git a/tests/fully-qualified-moc-types/config.json b/tests/fully-qualified-moc-types/config.json index 2b574e2..17df1fd 100644 --- a/tests/fully-qualified-moc-types/config.json +++ b/tests/fully-qualified-moc-types/config.json @@ -1,8 +1,8 @@ { - "minimum_qt_version" : 580, + "minimum_qt_version" : 50800, "tests" : [ { "filename" : "main.cpp" } ] } diff --git a/tests/old-style-connect/config.json b/tests/old-style-connect/config.json index ce3eaeb..9129675 100644 --- a/tests/old-style-connect/config.json +++ b/tests/old-style-connect/config.json @@ -1,41 +1,41 @@ { - "minimum_qt_version" : 550, + "minimum_qt_version" : 50500, "tests" : [ { "filename" : "main.cpp", "link" : true }, { "filename" : "main.cpp_fixed.cpp", "isFixedFile" : true, "link" : true }, { "filename" : "usingnamespace.cpp", "link" : true }, { "filename" : "usingnamespace.cpp_fixed.cpp", "isFixedFile" : true, "link" : true }, { "filename" : "namespaces.cpp", "link" : true }, { "filename" : "namespaces.cpp_fixed.cpp", "isFixedFile" : true, "link" : true }, { "filename" : "namespaces.h_fixed.cpp", "isFixedFile" : true, "link" : false }, { "filename" : "q_private_slot.cpp", "link" : true } ] } diff --git a/tests/qenums/config.json b/tests/qenums/config.json index d4b2dc2..5d7c685 100644 --- a/tests/qenums/config.json +++ b/tests/qenums/config.json @@ -1,9 +1,9 @@ { "minimum_clang_version" : 370, - "minimum_qt_version" : 550, + "minimum_qt_version" : 50500, "tests" : [ { "filename" : "main.cpp" } ] } diff --git a/tests/qgetenv/config.json b/tests/qgetenv/config.json index 70412bb..280d903 100644 --- a/tests/qgetenv/config.json +++ b/tests/qgetenv/config.json @@ -1,12 +1,12 @@ { "tests" : [ { "filename" : "main.cpp" }, { "filename" : "main.cpp_fixed.cpp", "isFixedFile" : true, - "minimum_qt_version" : 550 + "minimum_qt_version" : 50500 } ] } diff --git a/tests/reserve-candidates/config.json b/tests/reserve-candidates/config.json index b35ec6f..7d509fb 100644 --- a/tests/reserve-candidates/config.json +++ b/tests/reserve-candidates/config.json @@ -1,11 +1,11 @@ { "tests" : [ { "filename" : "main.cpp" }, { "filename" : "main2.cpp", - "minimum_qt_version" : 530 + "minimum_qt_version" : 50300 } ] }