https://issues.apache.org/bugzilla/show_bug.cgi?id=48785
Antoine Levy-Lambert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Antoine Levy-Lambert <[email protected]> 2010-02-22 02:44:52 UTC --- The test handles MacOS platforms differently. The test assumes that the methods in SymbolicUtils isSymbolicLink will detect the symbolic link nature of a symbolic link pointing to an inexistent file or directory. With MacOS Snow Leopard and JDK 1.5, it is not possible to tell, the getCanonicalPath and getAbsolutePath methods of java.io.File return the same. For simplicity I am removing the special handling of MacOS in the unit test. This issue was only affecting the test code, the javadoc of SymbolicUtils does not make any special promises concerning MacOS. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
