test/java/util/prefs/CommentsInXml.java

Print this page

        

*** 21,32 **** * questions. */ /* * @test ! * @bug 4619564 * @summary XMl Comments in Preferences File lead to ClassCastException * @author kladko */ import java.io.*; import java.util.prefs.*; --- 21,33 ---- * questions. */ /* * @test ! * @bug 4619564 7197662 * @summary XMl Comments in Preferences File lead to ClassCastException + * @run main/othervm -Djava.util.prefs.userRoot=. CommentsInXml * @author kladko */ import java.io.*; import java.util.prefs.*;