a4c0109e01
Make the various versions of the failure message align consistently so that it's a little easier to compare the actual and expected values. Of course, the value won't align nicely unless the "actual" and "expected" strings are the same length, but at least this commit makes that consistent across all versions of the message. Change-Id: If9ce231df3b5d279a06f6458fdb5da0aa4586068 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
<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="dateTime">
|
|
<Incident type="fail" file="/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp" line="66">
|
|
<Description><![CDATA[Compared values are not the same
|
|
Actual (local): 2000/05/03 04:03:04.000[local time]
|
|
Expected (utc): 2000/05/03 04:03:04.000[UTC]]]></Description>
|
|
</Incident>
|
|
</TestFunction>
|
|
<TestFunction name="qurl">
|
|
<Incident type="pass" file="" line="0">
|
|
<DataTag><![CDATA[empty urls]]></DataTag>
|
|
</Incident>
|
|
<Incident type="fail" file="/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp" line="74">
|
|
<DataTag><![CDATA[empty rhs]]></DataTag>
|
|
<Description><![CDATA[Compared values are not the same
|
|
Actual (operandA): http://example.com
|
|
Expected (operandB): ]]></Description>
|
|
</Incident>
|
|
<Incident type="fail" file="/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/datetime/tst_datetime.cpp" line="74">
|
|
<DataTag><![CDATA[empty lhs]]></DataTag>
|
|
<Description><![CDATA[Compared values are not the same
|
|
Actual (operandA):
|
|
Expected (operandB): http://example.com]]></Description>
|
|
</Incident>
|
|
<Incident type="pass" file="" line="0">
|
|
<DataTag><![CDATA[same urls]]></DataTag>
|
|
</Incident>
|
|
</TestFunction>
|
|
<TestFunction name="cleanupTestCase">
|
|
<Incident type="pass" file="" line="0" />
|
|
</TestFunction>
|