summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_exceptionthrow.lightxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_exceptionthrow.lightxml')
-rw-r--r--tests/auto/testlib/selftests/expected_exceptionthrow.lightxml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_exceptionthrow.lightxml b/tests/auto/testlib/selftests/expected_exceptionthrow.lightxml
new file mode 100644
index 0000000000..0b8de0a6ba
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_exceptionthrow.lightxml
@@ -0,0 +1,12 @@
+<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="throwException">
+<Incident type="fail" file="/local/user_builds/qt/4.6/src/testlib/qtestcase.cpp" line="1691">
+ <Description><![CDATA[Caught unhandled exception]]></Description>
+</Incident>
+</TestFunction>