jdk/test/java/text/Format/NumberFormat/NumberTest.java
changeset 40679 5378433ac23f
parent 38581 e761c1ccd13e
child 40948 5869c625afaa
equal deleted inserted replaced
40678:6c488e65153f 40679:5378433ac23f
    25  * @test
    25  * @test
    26  * @bug 4122840 4135202 4408066 4838107 8008577
    26  * @bug 4122840 4135202 4408066 4838107 8008577
    27  * @summary test NumberFormat
    27  * @summary test NumberFormat
    28  * @library /java/text/testlib
    28  * @library /java/text/testlib
    29  * @modules java.base/sun.util.resources
    29  * @modules java.base/sun.util.resources
       
    30  *          jdk.localedata
    30  * @compile -XDignore.symbol.file NumberTest.java
    31  * @compile -XDignore.symbol.file NumberTest.java
    31  * @run main/othervm -Djava.locale.providers=COMPAT,SPI NumberTest
    32  * @run main/othervm -Djava.locale.providers=COMPAT,SPI NumberTest
    32  */
    33  */
    33 
    34 
    34 import java.util.*;
    35 import java.util.*;