diff options
Diffstat (limited to 'tests/auto/selftests/expected_singleskip.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_singleskip.xunitxml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_singleskip.xunitxml b/tests/auto/selftests/expected_singleskip.xunitxml new file mode 100644 index 0000000..0ac8be0 --- /dev/null +++ b/tests/auto/selftests/expected_singleskip.xunitxml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<testsuite errors="1" failures="0" tests="3" name="tst_SingleSkip"> + <properties> + <property value="4.6.3" name="QTestVersion"/> + <property value="4.6.3" name="QtVersion"/> + </properties> + <testcase result="pass" name="initTestCase"/> + <testcase name="myTest"> + <!-- message="skipping test" type="skip" --> + </testcase> + <testcase result="pass" name="cleanupTestCase"/> + <system-err> +<![CDATA[skipping test]]> + </system-err> +</testsuite> |