Browse Source

JUnitTestListenerTest removes the out dir and makes JUnitTaskTest fail when run as a nested test.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689351 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
bc60284c41
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/etc/testcases/taskdefs/optional/junit.xml

+ 6
- 0
src/etc/testcases/taskdefs/optional/junit.xml View File

@@ -119,6 +119,8 @@
<fileset dir="../../../../tests/junit">
<include
name="org/apache/tools/ant/taskdefs/optional/junit/*Test.java"/>
<!-- tests remove out-dir on tearDown -->
<exclude name="**/JUnitTestListenerTest.java"/>
<exclude name="**/JUnitTaskTest.java"/>
<exclude name="**/JUnitReportTest.java"/>
</fileset>
@@ -136,6 +138,8 @@
<fileset dir="../../../../tests/junit">
<include
name="org/apache/tools/ant/taskdefs/optional/junit/*Test.java"/>
<!-- tests remove out-dir on tearDown -->
<exclude name="**/JUnitTestListenerTest.java"/>
<exclude name="**/JUnitTaskTest.java"/>
<exclude name="**/JUnitReportTest.java"/>
</fileset>
@@ -153,6 +157,8 @@
<fileset dir="../../../../tests/junit">
<include
name="org/apache/tools/ant/taskdefs/optional/junit/*Test.java"/>
<!-- tests remove out-dir on tearDown -->
<exclude name="**/JUnitTestListenerTest.java"/>
<exclude name="**/JUnitTaskTest.java"/>
<exclude name="**/JUnitReportTest.java"/>
</fileset>


Loading…
Cancel
Save