59ad0019dc
If an URL is invalid, let's indicate that in the test output. To be helpful, let's make QUrl::errorString() include the component form of the URL. Change-Id: Iaafe16973ded79c7ea688fbb23808d91253e8c14 Reviewed-by: David Faure <faure@kde.org>
38 lines
1.6 KiB
Plaintext
38 lines
1.6 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): Invalid URL: ]]></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): Invalid URL:
|
|
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>
|