tests/auto/selftests/expected_exceptionthrow.xunitxml
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:41:55 +0100
branchGCC_SURGE
changeset 31 5daf16870df6
parent 25 e24348a560a6
permissions -rw-r--r--
Catchup to latest Symbian^4

<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="0" failures="1" tests="2" name="tst_Exception">
  <properties>
    <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
    <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
  </properties>
  <testcase result="pass" name="initTestCase"/>
  <testcase result="fail" name="throwException">
    <failure message="Caught unhandled exception" result="fail"/>
  </testcase>
  <system-err/>
</testsuite>