Browse Source

svn:eol-style native

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454030 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
70ba0e066d
1 changed files with 19 additions and 19 deletions
  1. +19
    -19
      src/tests/antunit/taskdefs/pathconvert-test.xml

+ 19
- 19
src/tests/antunit/taskdefs/pathconvert-test.xml View File

@@ -1,19 +1,19 @@
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<target name="test-dir-char">
<pathconvert property="def|ghi" dirsep="|">
<map from="${basedir}/abc/" to=''/>
<path path="${basedir}/abc/def/ghi"/>
</pathconvert>
<au:assertTrue>
<equals arg1="${def|ghi}" arg2="def|ghi"/>
</au:assertTrue>
</target>
<target name="all">
<au:antunit>
<fileset file="${ant.file}"/>
<au:plainlistener/>
</au:antunit>
</target>
</project>
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<target name="test-dir-char">
<pathconvert property="def|ghi" dirsep="|">
<map from="${basedir}/abc/" to=''/>
<path path="${basedir}/abc/def/ghi"/>
</pathconvert>
<au:assertTrue>
<equals arg1="${def|ghi}" arg2="def|ghi"/>
</au:assertTrue>
</target>
<target name="all">
<au:antunit>
<fileset file="${ant.file}"/>
<au:plainlistener/>
</au:antunit>
</target>
</project>

Loading…
Cancel
Save