Browse Source

make unit tests pass

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470868 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
694f1df0de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/taskdefs/jar-spi-test.xml

+ 1
- 1
src/tests/antunit/taskdefs/jar-spi-test.xml View File

@@ -27,7 +27,7 @@
encoding="UTF-8"/>

<au:assertTrue>
<matches string="${simple}" pattern="^a\.b\.c\.d\n$"/>
<matches string="${simple}" pattern="^a\.b\.c\.d$"/>
</au:assertTrue>

</target>


Loading…
Cancel
Save