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 08:08:37 UTC

svn commit: r593043 - /ant/core/branches/ANT_17_BRANCH/src/tests/antunit/types/resources/concat-resource-test.xml

Author: kevj
Date: Wed Nov  7 23:08:36 2007
New Revision: 593043

URL: http://svn.apache.org/viewvc?rev=593043&view=rev
Log:
-use astext="true" so the test passes

Modified:
    ant/core/branches/ANT_17_BRANCH/src/tests/antunit/types/resources/concat-resource-test.xml

Modified: ant/core/branches/ANT_17_BRANCH/src/tests/antunit/types/resources/concat-resource-test.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/tests/antunit/types/resources/concat-resource-test.xml?rev=593043&r1=593042&r2=593043&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/tests/antunit/types/resources/concat-resource-test.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/tests/antunit/types/resources/concat-resource-test.xml Wed Nov  7 23:08:36 2007
@@ -81,7 +81,7 @@
 
   <target name="testFiltering">
     <au:assertTrue>
-      <resourcesmatch>
+      <resourcesmatch astext="true">
         <concat>foo${br}bar${br}baz${br}</concat>
         <concat>
 foo



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