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.junitxml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/testlib/selftests/expected_silent.junitxml b/tests/auto/testlib/selftests/expected_silent.junitxml
index d2d2799b82..f1f0c70599 100644
--- a/tests/auto/testlib/selftests/expected_silent.junitxml
+++ b/tests/auto/testlib/selftests/expected_silent.junitxml
@@ -30,15 +30,15 @@
<failure type="fail" message="Received a fatal error."/>
</testcase>
<system-out>
-<![CDATA[This test should XFAIL]]>
-<![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]]>
+ <![CDATA[This test should XFAIL]]>
+ <![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]]>
+ <![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>