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