Browse Source

-use antunit-base

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@536739 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
67f7de212f
1 changed files with 2 additions and 8 deletions
  1. +2
    -8
      src/tests/antunit/taskdefs/move-test.xml

+ 2
- 8
src/tests/antunit/taskdefs/move-test.xml View File

@@ -1,4 +1,5 @@
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit">
<import file="../antunit-base.xml" />
<target name="test-move-caseonly">
<!-- this test is inspired by bugzilla 41948 -->
@@ -15,11 +16,4 @@
<target name="tearDown">
<delete file="${java.io.tmpdir}/aBc"/>
</target>
<target name="all">
<au:antunit>
<fileset file="${ant.file}"/>
<au:plainlistener/>
</au:antunit>
</target>
</project>

Loading…
Cancel
Save