summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_datetime.xunitxml
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-02-03 13:03:10 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 04:07:45 +0100
commit7aa5a89eeff40b70b8318171f71bc222dc23179d (patch)
tree44144cdf08630c88797e342bda0115ff760221ff /tests/auto/testlib/selftests/expected_datetime.xunitxml
parent95d0b27711c2f75af233c9a083c9818400db0957 (diff)
Add data tag names to datetime selftest.
Change-Id: I73a0faab06df99521a48f106d93dd7b9a620148d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_datetime.xunitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_datetime.xunitxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_datetime.xunitxml b/tests/auto/testlib/selftests/expected_datetime.xunitxml
index b30d1c441f..f25e20674b 100644
--- a/tests/auto/testlib/selftests/expected_datetime.xunitxml
+++ b/tests/auto/testlib/selftests/expected_datetime.xunitxml
@@ -11,10 +11,10 @@
Expected (utc): 2000/05/03 04:03:04.000[UTC]" result="fail"/>
</testcase>
<testcase result="fail" name="qurl">
- <failure message="Compared values are not the same
+ <failure tag="empty rhs" message="Compared values are not the same
Actual (operandA): http://example.com
Expected (operandB): " result="fail"/>
- <failure message="Compared values are not the same
+ <failure tag="empty lhs" message="Compared values are not the same
Actual (operandA):
Expected (operandB): http://example.com" result="fail"/>
</testcase>