Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6892711
Votes 0
Synopsis (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
Category java:classes_nio
Reported Against
Release Fixed 7(b75)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 17-OCT-2009
Description
test/java/nio/file/Path/CopyAndMove.java fails on the windows-i586 client in JPRT as follows:

Exception in thread "main" java.lang.RuntimeException: Assertion failed
        at CopyAndMove.assertTrue(CopyAndMove.java:877)
        at CopyAndMove.checkDosAttributes(CopyAndMove.java:95)
        at CopyAndMove.copyAndVerify(CopyAndMove.java:589)
        at CopyAndMove.doCopyTests(CopyAndMove.java:689)
        at CopyAndMove.main(CopyAndMove.java:49)
Posted Date : 2009-10-17 21:05:38.0
Work Around
N/A
Evaluation
The failure is Windows 2000 only (passes on Windows XP, 2003, Vista, 2008) but it does highlight a bug in the test case as the test does not take into account that the DOS archive attribute may automatically be set when modifying a file.
Posted Date : 2009-10-17 21:05:38.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang