diff options
Diffstat (limited to 'tests/auto/selftests/expected_random.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_random.xunitxml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_random.xunitxml b/tests/auto/selftests/expected_random.xunitxml new file mode 100644 index 0000000..262aa0a --- /dev/null +++ b/tests/auto/selftests/expected_random.xunitxml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<testsuite errors="0" failures="0" tests="5" name="tst_Random"> + <properties> + <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/> + <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/> + <property value="325" name="RandomSeed"/> + </properties> + <testcase result="pass" name="initTestCase"/> + <testcase result="pass" name="testTwo"/> + <testcase result="pass" name="testOne"/> + <testcase result="pass" name="testThree"/> + <testcase result="pass" name="cleanupTestCase"/> + <system-err/> +</testsuite> |