jdk/test/sun/text/resources/Format/Bug4807540.java
changeset 31263 a81a0af34ca0
parent 5506 202f599c92aa
child 40801 9bf0aafeb2bb
equal deleted inserted replaced
31262:b694a580405b 31263:a81a0af34ca0
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test %i%
    25  * @test %i%
    26  * @bug 4807540
    26  * @bug 4807540 8008577
    27  * @summary updating dateformat for sl_SI
    27  * @summary updating dateformat for sl_SI
       
    28  * @run main/othervm -Djava.locale.providers=JRE,SPI Bug4807540
    28  */
    29  */
    29 
    30 
    30 import java.text.DateFormat;
    31 import java.text.DateFormat;
    31 import java.util.Date;
    32 import java.util.Date;
    32 import java.util.Locale;
    33 import java.util.Locale;