summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_junit.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_junit.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_junit.junitxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_junit.junitxml b/tests/auto/testlib/selftests/expected_junit.junitxml
index b3591a6868..787c422251 100644
--- a/tests/auto/testlib/selftests/expected_junit.junitxml
+++ b/tests/auto/testlib/selftests/expected_junit.junitxml
@@ -7,7 +7,7 @@
</properties>
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
<testcase name="testFunc1" result="pass" time="@TEST_DURATION@">
- <!-- type="warn" message="just a QWARN() !" -->
+ <!-- type="qwarn" message="just a qWarning() !" -->
</testcase>
<testcase name="testFunc2" result="fail" time="@TEST_DURATION@">
<!-- type="qdebug" message="a qDebug() call with comment&#x002D;ending stuff &#x002D;&#x002D;&gt;" -->
@@ -38,6 +38,6 @@
<![CDATA[this failure is also expected]]>
</system-out>
<system-err>
-<![CDATA[just a QWARN() !]]>
+<![CDATA[just a qWarning() !]]>
</system-err>
</testsuite>