~ubuntu-branches/ubuntu/raring/testng/raring

« back to all changes in this revision

Viewing changes to test/build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Better
  • Date: 2010-04-25 09:42:04 UTC
  • mfrom: (1.1.2 upstream) (2.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100425094204-rg6mw229trcyyd63
* New upstream version.
* Switch to source format 3.0 (quilt). Thanks to Raphael
  Hertzog. (Closes: #538708)
* Disable tests that fail with qdox 1.11. Thanks to Daniel Schepler
  (Closes: #577477).
* debian/control: Bump standards-version (no changed needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  <target name="run" description="Run tests" depends="compile">
86
86
                <echo message="                                 -- Running JDK 1.5 tests --"/>
87
87
                <echo message="                                 -- ${jdk15.testng.jar} --" />
88
 
                <testng classpathref="run.cp"
 
88
                <testng classpathref="run.cp" haltonfailure="true"
89
89
            outputdir="${testng.report.dir}">
90
90
                        <xmlfileset dir="${test15.dir}" includes="testng.xml"/>
91
91
                </testng>