blob: 36772872577777852c39a31ce4fb9cfffab7fa8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|