< prev index next >

test/java/util/logging/modules/GetResourceBundleTest.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -34,10 +34,12 @@
 
 /**
  * @test
  * @bug 8129126 8136802 8137316 8137317 8136804 8139350
  * @library /lib/testlibrary /jdk/jigsaw/lib
+ * @modules jdk.compiler
+ *          jdk.zipfs
  * @build GetResourceBundleTest CompilerUtils jdk.testlibrary.ProcessTools
  * @run testng GetResourceBundleTest
  * @summary Tests Logger.getLogger + logger.getResourceBundle in an named/unnamed module,
  *          resources are in named and unnamed modules respectively.
  *          Positive tests to ensure that a Logger can retrieve ResourceBundle in its current module.
< prev index next >