diff options
Diffstat (limited to 'tests/auto/selftests/expected_random.xml')
-rw-r--r-- | tests/auto/selftests/expected_random.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_random.xml b/tests/auto/selftests/expected_random.xml new file mode 100644 index 0000000..3677287 --- /dev/null +++ b/tests/auto/selftests/expected_random.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<TestCase name="tst_Random"> +<Environment> + <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion> + <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion> + <RandomSeed>325</RandomSeed> +</Environment> +<TestFunction name="initTestCase"> +<Incident type="pass" file="" line="0" /> +</TestFunction> +<TestFunction name="testTwo"> +<Incident type="pass" file="" line="0" /> +</TestFunction> +<TestFunction name="testOne"> +<Incident type="pass" file="" line="0" /> +</TestFunction> +<TestFunction name="testThree"> +<Incident type="pass" file="" line="0" /> +</TestFunction> +<TestFunction name="cleanupTestCase"> +<Incident type="pass" file="" line="0" /> +</TestFunction> +</TestCase> |