Browse Source

Move testcases ant-descriptor into testcases hierarchy

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271883 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
fa8ea73874
3 changed files with 7 additions and 4 deletions
  1. +2
    -4
      proposal/myrmidon/build.xml
  2. +0
    -0
      proposal/myrmidon/src/test/org/apache/antlib/core/test/ant-descriptor.xml
  3. +5
    -0
      proposal/myrmidon/src/testcases/org/apache/antlib/core/test/ant-descriptor.xml

+ 2
- 4
proposal/myrmidon/build.xml View File

@@ -521,9 +521,6 @@ Legal:


<!-- Prepare test files --> <!-- Prepare test files -->
<delete dir="${test.working.dir}"/> <delete dir="${test.working.dir}"/>
<copy todir="${test.working.dir}">
<fileset dir="etc/testcases"/>
</copy>


<!-- Prepare a dummy installation --> <!-- Prepare a dummy installation -->
<copy todir="${test.working.dir}/dist"> <copy todir="${test.working.dir}/dist">
@@ -565,7 +562,8 @@ Legal:
</jar> </jar>


<!-- Prepare the project tests --> <!-- Prepare the project tests -->
<copy file="src/manifest/testcases-ant-descriptor.xml" tofile="${test.classes}/META-INF/ant-descriptor.xml"/>
<copy file="${test.working.dir}/org/apache/antlib/core/test/ant-descriptor.xml"
tofile="${test.classes}/META-INF/ant-descriptor.xml"/>


<!-- Run all the tests --> <!-- Run all the tests -->
<junit printsummary="on" fork="false"> <junit printsummary="on" fork="false">


proposal/myrmidon/src/manifest/testcases-ant-descriptor.xml → proposal/myrmidon/src/test/org/apache/antlib/core/test/ant-descriptor.xml View File


+ 5
- 0
proposal/myrmidon/src/testcases/org/apache/antlib/core/test/ant-descriptor.xml View File

@@ -0,0 +1,5 @@
<ant-lib version="1.0">
<types>
<data-type name="property-test-type" classname="org.apache.antlib.core.test.PropertyTestType"/>
</types>
</ant-lib>

Loading…
Cancel
Save