jdk/test/java/util/Locale/InternationalBAT.java
changeset 35768 7066da300a08
parent 31263 a81a0af34ca0
equal deleted inserted replaced
35739:db483b34fa71 35768:7066da300a08
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24  * @test
    24  * @test
    25  * @bug 4449637 8008577
    25  * @bug 4449637 8008577
    26  * @summary Basic acceptance test for international J2RE. Verifies that the
    26  * @summary Basic acceptance test for international J2RE. Verifies that the
    27  * most important locale data and character converters exist and are
    27  * most important locale data and character converters exist and are
    28  * minimally functional.
    28  * minimally functional.
       
    29  * @modules jdk.localedata
       
    30  *          jdk.charsets
    29  * @run main/othervm -Djava.locale.providers=JRE,SPI InternationalBAT
    31  * @run main/othervm -Djava.locale.providers=JRE,SPI InternationalBAT
    30  */
    32  */
    31 
    33 
    32 import java.io.UnsupportedEncodingException;
    34 import java.io.UnsupportedEncodingException;
    33 import java.text.DateFormat;
    35 import java.text.DateFormat;