Browse Source

failing test for bug 48816

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@916369 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 15 years ago
parent
commit
33e7d80901
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      src/tests/antunit/taskdefs/concat-test.xml

+ 10
- 0
src/tests/antunit/taskdefs/concat-test.xml View File

@@ -149,4 +149,14 @@
</fail>
</target>

<target name="testBug48816">
<concat>
<resources id="48816" />
<string value="x" />
</concat>
<au:assertTrue>
<resourcecount refid="48816" count="0" />
</au:assertTrue>
</target>

</project>

Loading…
Cancel
Save