Browse Source

-use astext="true" so the test passes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@593042 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 17 years ago
parent
commit
6b642c8f5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/types/resources/concat-resource-test.xml

+ 1
- 1
src/tests/antunit/types/resources/concat-resource-test.xml View File

@@ -67,7 +67,7 @@


<target name="testFiltering"> <target name="testFiltering">
<au:assertTrue> <au:assertTrue>
<resourcesmatch>
<resourcesmatch astext="true">
<concat>foo${br}bar${br}baz${br}</concat> <concat>foo${br}bar${br}baz${br}</concat>
<concat> <concat>
foo foo


Loading…
Cancel
Save