summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failcleanup.xunitxml
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.xunitxml
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.xunitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_failcleanup.xunitxml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_failcleanup.xunitxml b/tests/auto/testlib/selftests/expected_failcleanup.xunitxml
new file mode 100644
index 0000000000..6e35566be8
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_failcleanup.xunitxml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<testsuite errors="0" failures="1" tests="3" name="tst_FailCleanup">
+ <properties>
+ <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
+ <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
+ </properties>
+ <testcase result="pass" name="initTestCase"/>
+ <testcase result="pass" name="aTestFunction"/>
+ <testcase result="fail" name="cleanupTestCase">
+ <failure message="&apos;false&apos; returned FALSE. (Fail inside cleanupTestCase)" result="fail"/>
+ </testcase>
+ <system-err/>
+</testsuite>