8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock."
Add @run tag with property -Djava.util.prefs.userRoot=. Reviewed-by: alanb
This commit is contained in:
parent
9ced0d90d5
commit
906d12aa2d
@ -28,6 +28,7 @@ import java.util.prefs.PreferencesFactory;
|
||||
* @test
|
||||
* @bug 8068373 8075110 8075156
|
||||
* @summary Ensure a code point U+0000 null control character is detected.
|
||||
* @run main/othervm -Djava.util.prefs.userRoot=. CodePointZeroPrefsTest
|
||||
*/
|
||||
public class CodePointZeroPrefsTest
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user