~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/testlib/selftests/expected_failcleanup.xunitxml

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<testsuite errors="0" failures="1" tests="3" name="tst_FailCleanup">
 
3
  <properties>
 
4
    <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
 
5
    <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
 
6
  </properties>
 
7
  <testcase result="pass" name="initTestCase"/>
 
8
  <testcase result="pass" name="aTestFunction"/>
 
9
  <testcase result="fail" name="cleanupTestCase">
 
10
    <failure message="&apos;false&apos; returned FALSE. (Fail inside cleanupTestCase)" result="fail"/>
 
11
  </testcase>
 
12
  <system-err/>
 
13
</testsuite>