diff options
Diffstat (limited to 'tests/auto/selftests/expected_skipinit.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_skipinit.xunitxml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_skipinit.xunitxml b/tests/auto/selftests/expected_skipinit.xunitxml new file mode 100644 index 0000000..848b539 --- /dev/null +++ b/tests/auto/selftests/expected_skipinit.xunitxml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<testsuite errors="1" failures="0" tests="2" name="tst_SkipInit"> + <properties> + <property value="4.6.3" name="QTestVersion"/> + <property value="4.6.3" name="QtVersion"/> + </properties> + <testcase name="initTestCase"> + <!-- message="Skip inside initTestCase. This should skip all tests in the class." type="skip" --> + </testcase> + <testcase result="pass" name="cleanupTestCase"/> + <system-err> +<![CDATA[Skip inside initTestCase. This should skip all tests in the class.]]> + </system-err> +</testsuite> |