summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_strcmp.junitxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_strcmp.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_strcmp.junitxml50
1 files changed, 25 insertions, 25 deletions
diff --git a/tests/auto/testlib/selftests/expected_strcmp.junitxml b/tests/auto/testlib/selftests/expected_strcmp.junitxml
index 66dce857c9..bed04dce93 100644
--- a/tests/auto/testlib/selftests/expected_strcmp.junitxml
+++ b/tests/auto/testlib/selftests/expected_strcmp.junitxml
@@ -1,41 +1,41 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<testsuite errors="3" failures="5" tests="8" name="tst_StrCmp">
+<testsuite name="tst_StrCmp" tests="8" failures="5" errors="3">
<properties>
- <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
- <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
- <property value="" name="QtBuild"/>
+ <property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
+ <property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
+ <property name="QtBuild" value=""/>
</properties>
- <testcase result="pass" name="initTestCase"/>
- <testcase result="pass" name="compareCharStars"/>
- <testcase result="fail" name="compareByteArray">
- <!-- message="Next test should fail" type="info" -->
- <!-- message="Next test should fail" type="info" -->
- <!-- message="Next test should fail" type="info" -->
- <failure message="Compared values are not the same
+ <testcase name="initTestCase" result="pass"/>
+ <testcase name="compareCharStars" result="pass"/>
+ <testcase name="compareByteArray" result="fail">
+ <!-- type="info" message="Next test should fail" -->
+ <!-- type="info" message="Next test should fail" -->
+ <!-- type="info" message="Next test should fail" -->
+ <failure result="fail" message="Compared values are not the same
Actual (a): &quot;BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB&quot;...
- Expected (b): &quot;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&quot;..." result="fail"/>
+ Expected (b): &quot;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&quot;..."/>
</testcase>
- <testcase result="fail" name="failByteArray">
- <failure message="Compared values are not the same
+ <testcase name="failByteArray" result="fail">
+ <failure result="fail" message="Compared values are not the same
Actual (QByteArray(&quot;abc&quot;)): &quot;abc&quot;
- Expected (QByteArray(&quot;cba&quot;)): &quot;cba&quot;" result="fail"/>
+ Expected (QByteArray(&quot;cba&quot;)): &quot;cba&quot;"/>
</testcase>
- <testcase result="fail" name="failByteArrayNull">
- <failure message="Compared values are not the same
+ <testcase name="failByteArrayNull" result="fail">
+ <failure result="fail" message="Compared values are not the same
Actual (QByteArray(&quot;foo&quot;)): &quot;foo&quot;
- Expected (QByteArray()) : &quot;&quot;" result="fail"/>
+ Expected (QByteArray()) : &quot;&quot;"/>
</testcase>
- <testcase result="fail" name="failByteArrayEmpty">
- <failure message="Compared values are not the same
+ <testcase name="failByteArrayEmpty" result="fail">
+ <failure result="fail" message="Compared values are not the same
Actual (QByteArray(&quot;&quot;)) : &quot;&quot;
- Expected (QByteArray(&quot;foo&quot;)): &quot;foo&quot;" result="fail"/>
+ Expected (QByteArray(&quot;foo&quot;)): &quot;foo&quot;"/>
</testcase>
- <testcase result="fail" name="failByteArraySingleChars">
- <failure message="Compared values are not the same
+ <testcase name="failByteArraySingleChars" result="fail">
+ <failure result="fail" message="Compared values are not the same
Actual (QByteArray(&quot;6&quot;)): &quot;6&quot;
- Expected (QByteArray(&quot;7&quot;)): &quot;7&quot;" result="fail"/>
+ Expected (QByteArray(&quot;7&quot;)): &quot;7&quot;"/>
</testcase>
- <testcase result="pass" name="cleanupTestCase"/>
+ <testcase name="cleanupTestCase" result="pass"/>
<system-err>
<![CDATA[Next test should fail]]>
<![CDATA[Next test should fail]]>