diff options
Diffstat (limited to 'tests/auto/selftests/expected_failinit.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_failinit.xunitxml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_failinit.xunitxml b/tests/auto/selftests/expected_failinit.xunitxml new file mode 100644 index 0000000..3c2e31b --- /dev/null +++ b/tests/auto/selftests/expected_failinit.xunitxml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<testsuite errors="0" failures="1" tests="2" name="tst_FailInit"> + <properties> + <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/> + <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/> + </properties> + <testcase result="fail" name="initTestCase"> + <failure message="'false' returned FALSE. ()" result="fail"/> + </testcase> + <testcase result="pass" name="cleanupTestCase"/> + <system-err/> +</testsuite> |