summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failinit.xunitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_failinit.xunitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_failinit.xunitxml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_failinit.xunitxml b/tests/auto/testlib/selftests/expected_failinit.xunitxml
new file mode 100644
index 0000000000..3c2e31be29
--- /dev/null
+++ b/tests/auto/testlib/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="&apos;false&apos; returned FALSE. ()" result="fail"/>
+ </testcase>
+ <testcase result="pass" name="cleanupTestCase"/>
+ <system-err/>
+</testsuite>