< prev index next >

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

Print this page

        

*** 20,30 **** # or visit www.oracle.com if you need additional information or have any # questions. # # @test ! # @summary Basic test for ResourceBundle with modules set -e if [ -z "$TESTJAVA" ]; then if [ $# -lt 1 ]; then exit 1; fi --- 20,33 ---- # or visit www.oracle.com if you need additional information or have any # questions. # # @test ! # @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 >