jdk/test/javax/xml/jaxp/Encodings/CheckEncodingPropertiesFile.java
changeset 42338 a60f280f803c
parent 36511 9d0388c6b336
child 44545 83b611b88ac8
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    28  *      com.sun.org.apache.xml.internal.serializer.Encodings
    28  *      com.sun.org.apache.xml.internal.serializer.Encodings
    29  *      correctly identifies valid Charset names and
    29  *      correctly identifies valid Charset names and
    30  *      correctly maps them to their preferred mime names.
    30  *      correctly maps them to their preferred mime names.
    31  *      Also checks that the Encodings.properties resource file
    31  *      Also checks that the Encodings.properties resource file
    32  *      is consistent.
    32  *      is consistent.
    33  * @modules java.xml/com.sun.org.apache.xml.internal.serializer
    33  * @modules java.xml/com.sun.org.apache.xml.internal.serializer:+open
    34  * @compile -XDignore.symbol.file CheckEncodingPropertiesFile.java
    34  * @compile -XDignore.symbol.file CheckEncodingPropertiesFile.java
    35  * @run main CheckEncodingPropertiesFile
    35  * @run main CheckEncodingPropertiesFile
    36  * @author Daniel Fuchs
    36  * @author Daniel Fuchs
    37  */
    37  */
    38 
    38