fbabbe63c5
Future-proofing. Since Qt source code is now mandated to be in UTF-8, it is entirely possible that someone will use non-ASCII in data tags. Though it would be interesting to see how to access them from the Windows command-line. Change-Id: I880fc312432b62143888ff1e1d9abbd54f704601 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
22 lines
728 B
XML
22 lines
728 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCase name="tst_Assert">
|
|
<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>
|
|
</TestCase>
|