summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/expected_skip.lightxml
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-08-30 19:54:32 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-31 07:39:54 +0200
commitb94eba6899e4162ce2b5a98b5603289e8ec2f66e (patch)
tree7fb56cddafa9eb10413948ec728f3ff2c3f5cf25 /tests/auto/selftests/expected_skip.lightxml
parent527317748d00739994e3865b8f4e2525fc3ca2c7 (diff)
Make lightxml and xml log formatting consistent
For XML logs, an Incident tag with no sub-tags has a space before the closing slash. For Light XML logs, this space was missing unless the -flush command line option was supplied. Change-Id: I6de2e140f9309f333b5b97ed7f8116e4e727a149 Reviewed-on: http://codereview.qt.nokia.com/3871 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/selftests/expected_skip.lightxml')
-rw-r--r--tests/auto/selftests/expected_skip.lightxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/selftests/expected_skip.lightxml b/tests/auto/selftests/expected_skip.lightxml
index 145704ef7a..474fccc9c6 100644
--- a/tests/auto/selftests/expected_skip.lightxml
+++ b/tests/auto/selftests/expected_skip.lightxml
@@ -3,7 +3,7 @@
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
-<Incident type="pass" file="" line="0"/>
+<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="test">
<Message type="skip" file="/local/user_builds/qt/4.6/tests/auto/selftests/skip/tst_skip.cpp" line="68">
@@ -26,5 +26,5 @@
</Incident>
</TestFunction>
<TestFunction name="cleanupTestCase">
-<Incident type="pass" file="" line="0"/>
+<Incident type="pass" file="" line="0" />
</TestFunction>