Browse Source

test fails on Windows

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1351077 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
aa467f9a24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/types/mappers/packagemapper-test.xml

+ 1
- 1
src/tests/antunit/types/mappers/packagemapper-test.xml View File

@@ -38,7 +38,7 @@
description="https://issues.apache.org/bugzilla/show_bug.cgi?id=53399">
<pathconvert property="p1">
<string>xyzzy${file.separator}foo${file.separator}bar</string>
<packagemapper from="xyzzy/*" to="*" handledirsep="false"/>
<packagemapper from="xyzzy${file.separator}*" to="*" handledirsep="false"/>
</pathconvert>
<au:assertPropertyEquals name="p1" value="foo.bar"/>
<pathconvert property="p2">


Loading…
Cancel
Save