summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_pairdiagnostics.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_pairdiagnostics.xml')
-rw-r--r--tests/auto/testlib/selftests/expected_pairdiagnostics.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/testlib/selftests/expected_pairdiagnostics.xml b/tests/auto/testlib/selftests/expected_pairdiagnostics.xml
index 89e8ca49a6..503ea937aa 100644
--- a/tests/auto/testlib/selftests/expected_pairdiagnostics.xml
+++ b/tests/auto/testlib/selftests/expected_pairdiagnostics.xml
@@ -12,16 +12,16 @@
<TestFunction name="testQPair">
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp" line="0">
<Description><![CDATA[Compared values are not the same
- Actual (pair1): "std::pair(1,1)"
- Expected (pair2): "std::pair(1,2)"]]></Description>
+ Actual (pair1): std::pair(1, 1)
+ Expected (pair2): std::pair(1, 2)]]></Description>
</Incident>
<Duration msecs="0"/>
</TestFunction>
<TestFunction name="testStdPair">
<Incident type="fail" file="qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp" line="0">
<Description><![CDATA[Compared values are not the same
- Actual (pair1): "std::pair(1,1)"
- Expected (pair2): "std::pair(1,2)"]]></Description>
+ Actual (pair1): std::pair(1, 1)
+ Expected (pair2): std::pair(1, 2)]]></Description>
</Incident>
<Duration msecs="0"/>
</TestFunction>