Hi,
> Yep,
> the test looks incorrect:
>
> <target name="test4"
depends="init-test4" if="valid.os">
> <dirname property="local.dir"
file="/usr/local/foo.txt"/>
> <au:assertPropertyEquals
name="local.dir"
>
value="${file.separator}usr${file.separator}local${file
.separator}foo.txt"/>
> </target>
>
Sorry, my mistake - when I tested on windows I got a clean
build,
problem is that this test doesn't run on windows as the
init-test4
prevents it (Windows XP == dos, I thought it would be NT?)
I'll commit fix.
Kev
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|