diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-05-02 07:38:39 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-05-02 07:38:39 (GMT) |
commit | 2c4a5cee336aba5f2da52ac4c59b502cf4d82164 (patch) | |
tree | dc7857f6d2342b85099a799faafaa863fb36a516 /tests/auto/selftests/expected_multiexec.xunitxml | |
parent | 576cb12c36f24917d674f4c0bf240441b4ac9b43 (diff) | |
parent | f101d46ccd4795fc672b5b6c9e24151df319d725 (diff) | |
download | Qt-2c4a5cee336aba5f2da52ac4c59b502cf4d82164.zip Qt-2c4a5cee336aba5f2da52ac4c59b502cf4d82164.tar.gz Qt-2c4a5cee336aba5f2da52ac4c59b502cf4d82164.tar.bz2 |
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Diffstat (limited to 'tests/auto/selftests/expected_multiexec.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_multiexec.xunitxml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_multiexec.xunitxml b/tests/auto/selftests/expected_multiexec.xunitxml new file mode 100644 index 0000000..6bc04c3 --- /dev/null +++ b/tests/auto/selftests/expected_multiexec.xunitxml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<testsuite errors="0" failures="0" tests="3" name="tst_Nothing"> + <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="pass" name="nothing"/> + <testcase result="pass" name="cleanupTestCase"/> + <system-err/> +</testsuite> |