You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2007/09/04 01:11:04 UTC

svn commit: r572446 - /ant/core/trunk/src/tests/antunit/types/defer-reference-test.xml

Author: peterreilly
Date: Mon Sep  3 16:11:04 2007
New Revision: 572446

URL: http://svn.apache.org/viewvc?rev=572446&view=rev
Log:
remove a deffered test

Modified:
    ant/core/trunk/src/tests/antunit/types/defer-reference-test.xml

Modified: ant/core/trunk/src/tests/antunit/types/defer-reference-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/defer-reference-test.xml?rev=572446&r1=572445&r2=572446&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/types/defer-reference-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/types/defer-reference-test.xml Mon Sep  3 16:11:04 2007
@@ -3,14 +3,6 @@
     <filelist id="ref1" dir="${basedir}" files="xxx" />
   </target>
   
-  <target name="test-notcalled">
-    <!-- bug 36955 -->
-    <pathconvert property="_output2" refid="ref1"
-                 pathsep="${line.separator}" />
-    <echo>${_output2}</echo>
-    <au:assertLogContains text="Future versions of Ant"/>
-  </target>
-
   <target name="test-macrodef-embedded-ref">
     <!-- bug 34458 -->
     <macrodef name="foo">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org