|
@@ -96,7 +96,7 @@ |
|
|
<target name="testDirsep"> |
|
|
<target name="testDirsep"> |
|
|
<pathconvert property="result" dirsep="|"> |
|
|
<pathconvert property="result" dirsep="|"> |
|
|
<file file="foo/bar/baz" /> |
|
|
<file file="foo/bar/baz" /> |
|
|
<globmapper from="${basedir}/*" to="*" /> |
|
|
|
|
|
|
|
|
<globmapper from="${basedir}/*" to="*" handledirsep="true" /> |
|
|
</pathconvert> |
|
|
</pathconvert> |
|
|
<au:assertPropertyEquals name="result" value="foo|bar|baz" /> |
|
|
<au:assertPropertyEquals name="result" value="foo|bar|baz" /> |
|
|
</target> |
|
|
</target> |
|
|