The proper name is JDK 6 (or Java SE 6). milestone07_root
authorjglick@netbeans.org
Tue, 19 Dec 2006 16:54:28 +0000
changeset 248ee8653ffc6d9
parent 247 aa3928a374b3
child 249 9901656a3707
The proper name is JDK 6 (or Java SE 6).
openide.util/test/unit/src/org/openide/util/UtilitiesTest.java
openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java
     1.1 --- a/openide.util/test/unit/src/org/openide/util/UtilitiesTest.java	Mon Dec 11 14:30:45 2006 +0000
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/UtilitiesTest.java	Tue Dec 19 16:54:28 2006 +0000
     1.3 @@ -103,7 +103,7 @@
     1.4          assertTrue ("freebsd isUnix", Utilities.isUnix ());
     1.5      }
     1.6  
     1.7 -    // XXX sorry, but NoCustomCursorToolkit does not compile on Mustang:
     1.8 +    // XXX sorry, but NoCustomCursorToolkit does not compile on JDK 6:
     1.9      // org.openide.util.UtilitiesTest.NoCustomCursorToolkit is not abstract and does not override abstract method isModalExclusionTypeSupported(java.awt.Dialog.ModalExclusionType) in java.awt.Toolkit
    1.10      // and since Toolkit is not an interface, we can't use java.lang.reflect.Proxy to solve the problem...
    1.11      // Filed as #6313637.
     2.1 --- a/openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java	Mon Dec 11 14:30:45 2006 +0000
     2.2 +++ b/openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java	Tue Dec 19 16:54:28 2006 +0000
     2.3 @@ -290,7 +290,7 @@
     2.4      
     2.5      /** cf. #62006 */
     2.6      public void testIndentation2() throws Exception {
     2.7 -        // XXX currently it seems that the Tiger/Mustang serializer adds an extra \n after DOCTYPE, for no apparent reason!
     2.8 +        // XXX currently it seems that the JDK 5/6 serializer adds an extra \n after DOCTYPE, for no apparent reason!
     2.9          // While the Mantis serializer inserts a useless line break in the middle...
    2.10          // so we don't check formatting on that part.
    2.11          // Also serializers may arbitrarily reorder the doctype, so don't even look at it (just make sure it is there).