test/java/util/prefs/ExportSubtree.java

Print this page

        

*** 21,33 **** * questions. */ /* @test ! @bug 6203576 4700020 ! @summary checks if the output of exportSubtree() is identical to ! the output from previous release. */ import java.io.*; import java.util.prefs.*; --- 21,34 ---- * questions. */ /* @test ! * @bug 6203576 4700020 7197662 ! * @summary checks if the output of exportSubtree() is identical to ! * the output from previous release. ! * @run main/othervm -Djava.util.prefs.userRoot=. ExportSubtree */ import java.io.*; import java.util.prefs.*;