summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_fetchbogus.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_fetchbogus.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_fetchbogus.junitxml12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/auto/testlib/selftests/expected_fetchbogus.junitxml b/tests/auto/testlib/selftests/expected_fetchbogus.junitxml
index a967cc8b3d..7a3c2f38a9 100644
--- a/tests/auto/testlib/selftests/expected_fetchbogus.junitxml
+++ b/tests/auto/testlib/selftests/expected_fetchbogus.junitxml
@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite name="tst_FetchBogus" timestamp="@TEST_START_TIME@" tests="2" failures="1" errors="1" time="@TEST_DURATION@">
+<testsuite name="tst_FetchBogus" timestamp="@TEST_START_TIME@" hostname="@HOSTNAME@" tests="2" failures="0" errors="1" skipped="0" time="@TEST_DURATION@">
<properties>
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
<property name="QtBuild" value=""/>
</properties>
- <testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
- <testcase name="fetchBogus" result="fail" time="@TEST_DURATION@">
- <!-- type="qfatal" message="QFETCH: Requested testdata &apos;bubu&apos; not available, check your _data function." tag="foo" -->
- <failure result="fail" message="Received a fatal error." tag="foo"/>
+ <testcase name="initTestCase" classname="tst_FetchBogus" time="@TEST_DURATION@"/>
+ <testcase name="fetchBogus(foo)" classname="tst_FetchBogus" time="@TEST_DURATION@">
+ <error type="qfatal" message="QFETCH: Requested testdata &apos;bubu&apos; not available, check your _data function."/>
</testcase>
- <system-err>
-<![CDATA[QFETCH: Requested testdata 'bubu' not available, check your _data function.]]>
- </system-err>
</testsuite>