summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipinit.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skipinit.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_skipinit.junitxml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_skipinit.junitxml b/tests/auto/testlib/selftests/expected_skipinit.junitxml
index 9bdb22230a..2213d11cfe 100644
--- a/tests/auto/testlib/selftests/expected_skipinit.junitxml
+++ b/tests/auto/testlib/selftests/expected_skipinit.junitxml
@@ -9,7 +9,8 @@
<!-- type="skip" message="Skip inside initTestCase. This should skip all tests in the class." -->
</testcase>
<testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
- <system-err>
+ <system-out>
<![CDATA[Skip inside initTestCase. This should skip all tests in the class.]]>
- </system-err>
+ </system-out>
+ <system-err/>
</testsuite>