diff options
Diffstat (limited to 'tests/auto/selftests/expected_exceptionthrow.lightxml')
-rw-r--r-- | tests/auto/selftests/expected_exceptionthrow.lightxml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_exceptionthrow.lightxml b/tests/auto/selftests/expected_exceptionthrow.lightxml new file mode 100644 index 0000000..90371e4 --- /dev/null +++ b/tests/auto/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> |