summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipcleanup.xml
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_skipcleanup.xml
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_skipcleanup.xml')
-rw-r--r--tests/auto/testlib/selftests/expected_skipcleanup.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_skipcleanup.xml b/tests/auto/testlib/selftests/expected_skipcleanup.xml
new file mode 100644
index 0000000000..8fbfc7711c
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_skipcleanup.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<TestCase name="tst_SkipCleanup">
+<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">
+<Message type="skip" file="/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/skipcleanup/tst_skipcleanup.cpp" line="59">
+ <Description><![CDATA[Skip inside cleanupTestCase.]]></Description>
+</Message>
+</TestFunction>
+</TestCase>