Remove the noget test. It's incompatible to run test cases.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-01-20 23:26:40 +00:00
parent fc62b20ee0
commit c941510a45

View File

@@ -22,7 +22,6 @@
<goal name="test-ant">
<attainGoal name="ant"/>
<assert:assertFileExists file="${basedir}/build.xml"/>
<ant:property name="noget" value="noget"/>
<ant:ant/>
<!-- load build.xml file and check that 'target' property is relative -->
<u:file name="${basedir}/build.xml" var="buildFile"/>