summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_silent.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_silent.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_silent.junitxml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/expected_silent.junitxml b/tests/auto/testlib/selftests/expected_silent.junitxml
index 10d8151d2e..c39fee5bf7 100644
--- a/tests/auto/testlib/selftests/expected_silent.junitxml
+++ b/tests/auto/testlib/selftests/expected_silent.junitxml
@@ -29,15 +29,17 @@
<!-- type="qfatal" message="This is a fatal error message that should still appear in silent test output" -->
<failure result="fail" message="Received a fatal error."/>
</testcase>
- <system-err>
+ <system-out>
<![CDATA[This test should skip]]>
<![CDATA[This test should XFAIL]]>
-<![CDATA[This is a warning that should not appear in silent test output]]>
-<![CDATA[This is an internal testlib warning that should not appear in silent test output]]>
<![CDATA[This is a debug message that should not appear in silent test output]]>
<![CDATA[This is a critical message that should not appear in silent test output]]>
<![CDATA[This is an info message that should not appear in silent test output]]>
<![CDATA[This is an internal testlib info message that should not appear in silent test output]]>
+ </system-out>
+ <system-err>
+<![CDATA[This is a warning that should not appear in silent test output]]>
+<![CDATA[This is an internal testlib warning that should not appear in silent test output]]>
<![CDATA[This is a fatal error message that should still appear in silent test output]]>
</system-err>
</testsuite>