Author: kevj Date: Wed Nov 7 23:08:10 2007 New Revision: 593042 URL: http://svn.apache.org/viewvc?rev=593042&view=rev Log: -use astext="true" so the test passes
Modified: ant/core/trunk/src/tests/antunit/types/resources/concat-resource-test.xml Modified: ant/core/trunk/src/tests/antunit/types/resources/concat-resource-test.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/resources/concat-resource-test.xml?rev=593042&r1=593041&r2=593042&view=diff ============================================================================== --- ant/core/trunk/src/tests/antunit/types/resources/concat-resource-test.xml (original) +++ ant/core/trunk/src/tests/antunit/types/resources/concat-resource-test.xml Wed Nov 7 23:08:10 2007 @@ -67,7 +67,7 @@ <target name="testFiltering"> <au:assertTrue> - <resourcesmatch> + <resourcesmatch astext="true"> <concat>foo${br}bar${br}baz${br}</concat> <concat> foo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]