You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/11/08 06:44:54 UTC

svn commit: r593022 - /ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/echoxml-test.xml

Author: kevj
Date: Wed Nov  7 21:44:50 2007
New Revision: 593022

URL: http://svn.apache.org/viewvc?rev=593022&view=rev
Log:
-test requires svn trunk of antunit

Modified:
    ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/echoxml-test.xml

Modified: ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/echoxml-test.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/echoxml-test.xml?rev=593022&r1=593021&r2=593022&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/echoxml-test.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/tests/antunit/taskdefs/echoxml-test.xml Wed Nov  7 21:44:50 2007
@@ -40,10 +40,12 @@
     </au:expectfailure>
   </target>
   
-  <target name="test-ns"> <!-- comment this if you don't have the svn trunk of antunit -->
+  <!-- 
+  <target name="test-ns"> 
     <echoxml file="${file}" xmlns:a="antlib:a">
       <a:something />
     </echoxml>
     <au:assertResourceContains resource="${file}" value="a:something"/>
   </target>
+  comment this if you don't have the svn trunk of antunit -->
 </project>



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