diff options
Diffstat (limited to 'tests/auto/testlib/selftests/expected_silent.junitxml')
-rw-r--r-- | tests/auto/testlib/selftests/expected_silent.junitxml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/expected_silent.junitxml b/tests/auto/testlib/selftests/expected_silent.junitxml index d05a3a0c7b7..d2d2799b82e 100644 --- a/tests/auto/testlib/selftests/expected_silent.junitxml +++ b/tests/auto/testlib/selftests/expected_silent.junitxml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<testsuite name="tst_Silent" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="7" failures="3" errors="0" time="@TEST_DURATION@"> +<testsuite name="tst_Silent" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="7" failures="3" errors="0" skipped="1" time="@TEST_DURATION@"> <properties> <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/> <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/> @@ -8,7 +8,7 @@ <testcase name="initTestCase" classname="tst_Silent" time="@TEST_DURATION@"/> <testcase name="pass" classname="tst_Silent" time="@TEST_DURATION@"/> <testcase name="skip" classname="tst_Silent" time="@TEST_DURATION@"> - <!-- type="skip" message="This test should skip" --> + <skipped message="This test should skip"/> </testcase> <testcase name="fail" classname="tst_Silent" time="@TEST_DURATION@"> <failure type="fail" message="'false' returned FALSE. (This test should fail)"/> @@ -30,7 +30,6 @@ <failure type="fail" message="Received a fatal error."/> </testcase> <system-out> -<![CDATA[This test should skip]]> <![CDATA[This test should XFAIL]]> <![CDATA[This is a debug message that should not appear in silent test output]]> <![CDATA[This is a critical message that should not appear in silent test output]]> |