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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]