summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipinitdata.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skipinitdata.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_skipinitdata.junitxml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_skipinitdata.junitxml b/tests/auto/testlib/selftests/expected_skipinitdata.junitxml
new file mode 100644
index 0000000000..e61d50b06b
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_skipinitdata.junitxml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<testsuite errors="1" failures="0" tests="1" name="tst_SkipInitData">
+ <properties>
+ <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
+ <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
+ <property value="" name="QtBuild"/>
+ </properties>
+ <testcase name="initTestCase">
+ <!-- message="Skip inside initTestCase_data. This should skip all tests in the class." type="skip" -->
+ </testcase>
+ <system-err>
+<![CDATA[Skip inside initTestCase_data. This should skip all tests in the class.]]>
+ </system-err>
+</testsuite>