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

« back to all changes in this revision

Viewing changes to tests/auto/testlib/selftests/expected_skipinit.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="1" failures="0" tests="2" name="tst_SkipInit">
 
3
  <properties>
 
4
    <property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
 
5
    <property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
 
6
  </properties>
 
7
  <testcase name="initTestCase">
 
8
    <!-- message="Skip inside initTestCase. This should skip all tests in the class." type="skip" -->
 
9
  </testcase>
 
10
  <testcase result="pass" name="cleanupTestCase"/>
 
11
  <system-err>
 
12
<![CDATA[Skip inside initTestCase. This should skip all tests in the class.]]>
 
13
  </system-err>
 
14
</testsuite>