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