jdk/test/java/nio/charset/coders/SJISPropTest.java
changeset 45569 46642055841c
parent 5506 202f599c92aa
equal deleted inserted replaced
45568:6a4abb2910ff 45569:46642055841c
     1 /*
     1 /*
     2  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2017, 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.
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  *
    25  * Regression test class run by SJISMappingPropTest.java to verify
    26  *
       
    27  * Regression test class run by CheckSJISMappingProp.sh to verify
       
    28  * that sun.nio.cs.map property is correctly interpreted in
    26  * that sun.nio.cs.map property is correctly interpreted in
    29  * multibyte Japanese locales
    27  * multibyte Japanese locales
    30  *
       
    31  */
    28  */
    32 
    29 
    33 public class SJISPropTest {
    30 public class SJISPropTest {
    34     public static void main(String[] args) throws Exception {
    31     public static void main(String[] args) throws Exception {
    35         boolean sjisIsMS932 = false;
    32         boolean sjisIsMS932 = false;