summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failcleanup.lightxml
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-02-03 10:22:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 04:07:33 +0100
commit95d0b27711c2f75af233c9a083c9818400db0957 (patch)
tree2f9c6098376e9549cf7221f08aacfb521d4bba98 /tests/auto/testlib/selftests/expected_failcleanup.lightxml
parent931f4501a6f5fb77c9bd9f48b63a8ee88cba4355 (diff)
testlib: Add selftests for skip and fail inside cleanupTestCase().
Change-Id: I9bbe774c3259338d452cd1eb1a6f37a85db15921 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_failcleanup.lightxml')
-rw-r--r--tests/auto/testlib/selftests/expected_failcleanup.lightxml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_failcleanup.lightxml b/tests/auto/testlib/selftests/expected_failcleanup.lightxml
new file mode 100644
index 0000000000..83ce7a7b15
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_failcleanup.lightxml
@@ -0,0 +1,15 @@
+<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="aTestFunction">
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="cleanupTestCase">
+<Incident type="fail" file="/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/failcleanup/tst_failcleanup.cpp" line="59">
+ <Description><![CDATA['false' returned FALSE. (Fail inside cleanupTestCase)]]></Description>
+</Incident>
+</TestFunction>