test/java/util/prefs/RemoveReadOnlyNode.java

Print this page

        

*** 21,34 **** * questions. */ /* @test ! @bug 6178148 ! @summary check if wrong exception gets thrown if one of the child ! nodes is readonly on underlying filesystem when node is ! being removed. */ import java.io.*; import java.util.prefs.*; --- 21,35 ---- * questions. */ /* @test ! * @bug 6178148 ! * @summary check if wrong exception gets thrown if one of the child ! * nodes is readonly on underlying filesystem when node is ! * being removed. ! * @run main/othervm -Djava.util.prefs.userRoot=. RemoveReadOnlyNode */ import java.io.*; import java.util.prefs.*;