diff options
Diffstat (limited to 'tests/auto/selftests/expected_skipinitdata.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_skipinitdata.xunitxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/selftests/expected_skipinitdata.xunitxml b/tests/auto/selftests/expected_skipinitdata.xunitxml index b761deb..93967eb 100644 --- a/tests/auto/selftests/expected_skipinitdata.xunitxml +++ b/tests/auto/selftests/expected_skipinitdata.xunitxml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <testsuite errors="1" failures="0" tests="1" name="tst_SkipInitData"> <properties> - <property value="4.6.3" name="QTestVersion"/> - <property value="4.6.3" name="QtVersion"/> + <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/> + <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/> </properties> <testcase name="initTestCase"> <!-- message="Skip inside initTestCase. This should skip all tests in the class." type="skip" --> |