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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to