0676e51793
Commit 949be8cbdd
modified the assert test
case but failed to update the line number of the assert in the expected
test output files.
Change-Id: I0d4f55c0b8bc1de8487dd8c6267aa459000cda26
Reviewed-on: http://codereview.qt-project.org/5048
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
19 lines
648 B
Plaintext
19 lines
648 B
Plaintext
<Environment>
|
|
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
|
|
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
|
|
</Environment>
|
|
<TestFunction name="initTestCase">
|
|
<Incident type="pass" file="" line="0" />
|
|
</TestFunction>
|
|
<TestFunction name="testNumber1">
|
|
<Incident type="pass" file="" line="0" />
|
|
</TestFunction>
|
|
<TestFunction name="testNumber2">
|
|
<Message type="qfatal" file="" line="0">
|
|
<Description><![CDATA[ASSERT: "false" in file tst_assert.cpp, line 66]]></Description>
|
|
</Message>
|
|
<Incident type="fail" file="Unknown file" line="0">
|
|
<Description><![CDATA[Received a fatal error.]]></Description>
|
|
</Incident>
|
|
</TestFunction>
|