38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
24 lines
961 B
XML
24 lines
961 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<testsuite errors="0" failures="3" tests="4" name="tst_DateTime">
|
|
<properties>
|
|
<property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
|
|
<property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
|
|
</properties>
|
|
<testcase result="pass" name="initTestCase"/>
|
|
<testcase result="fail" name="dateTime">
|
|
<failure message="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]" result="fail"/>
|
|
</testcase>
|
|
<testcase result="fail" name="qurl">
|
|
<failure message="Compared values are not the same
|
|
Actual (operandA): http://example.com
|
|
Expected (operandB): " result="fail"/>
|
|
<failure message="Compared values are not the same
|
|
Actual (operandA):
|
|
Expected (operandB): http://example.com" result="fail"/>
|
|
</testcase>
|
|
<testcase result="pass" name="cleanupTestCase"/>
|
|
<system-err/>
|
|
</testsuite>
|