< prev index next >

test/java/util/ResourceBundle/modules/appbasic2/appbasic2.sh

Print this page

        

@@ -20,11 +20,14 @@
 # or visit www.oracle.com if you need additional information or have any
 # questions.
 #
 
 # @test
-# @summary Basic test for ResourceBundle with modules
+# @bug 8044767
+# @summary Basic test for ResourceBundle with modules; named module "test"
+#          contains resource bundles for root and en, and separate named modules
+#          "eubundles" and "asiabundles" contain other resource bundles.
 
 set -e
 
 if [ -z "$TESTJAVA" ]; then
   if [ $# -lt 1 ]; then exit 1; fi
< prev index next >