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