summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_fetchbogus.lightxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_fetchbogus.lightxml')
-rw-r--r--tests/auto/testlib/selftests/expected_fetchbogus.lightxml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_fetchbogus.lightxml b/tests/auto/testlib/selftests/expected_fetchbogus.lightxml
new file mode 100644
index 0000000000..1812c0e6b5
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_fetchbogus.lightxml
@@ -0,0 +1,17 @@
+<Environment>
+ <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
+ <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
+</Environment>
+<TestFunction name="initTestCase">
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="fetchBogus">
+<Message type="qfatal" file="" line="0">
+ <DataTag><![CDATA[foo]]></DataTag>
+ <Description><![CDATA[QFETCH: Requested testdata 'bubu' not available, check your _data function.]]></Description>
+</Message>
+<Incident type="fail" file="Unknown file" line="0">
+ <DataTag><![CDATA[foo]]></DataTag>
+ <Description><![CDATA[Received a fatal error.]]></Description>
+</Incident>
+</TestFunction>