< prev index next >

test/java/text/Collator/Regression.java

Print this page




  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /**
  25  * @test
  26  * @bug 4048446 4051866 4053636 4054238 4054734 4054736 4058613 4059820 4060154
  27  *      4062418 4065540 4066189 4066696 4076676 4078588 4079231 4081866 4087241
  28  *      4087243 4092260 4095316 4101940 4103436 4114076 4114077 4124632 4132736
  29  *      4133509 4139572 4141640 4179126 4179686 4244884 4663220
  30  * @library /java/text/testlib
  31  * @summary Regression tests for Collation and associated classes

  32  */
  33 /*
  34 (C) Copyright Taligent, Inc. 1996 - All Rights Reserved
  35 (C) Copyright IBM Corp. 1996 - All Rights Reserved
  36 
  37   The original version of this source code and documentation is copyrighted and
  38 owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These materials are
  39 provided under terms of a License Agreement between Taligent and Sun. This
  40 technology is protected by multiple US and International patents. This notice and
  41 attribution to Taligent may not be removed.
  42   Taligent is a registered trademark of Taligent, Inc.
  43 */
  44 
  45 import java.text.*;
  46 import java.util.Locale;
  47 import java.util.Vector;
  48 
  49 
  50 public class Regression extends CollatorTest {
  51 




  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /**
  25  * @test
  26  * @bug 4048446 4051866 4053636 4054238 4054734 4054736 4058613 4059820 4060154
  27  *      4062418 4065540 4066189 4066696 4076676 4078588 4079231 4081866 4087241
  28  *      4087243 4092260 4095316 4101940 4103436 4114076 4114077 4124632 4132736
  29  *      4133509 4139572 4141640 4179126 4179686 4244884 4663220
  30  * @library /java/text/testlib
  31  * @summary Regression tests for Collation and associated classes
  32  * @modules jdk.localedata
  33  */
  34 /*
  35 (C) Copyright Taligent, Inc. 1996 - All Rights Reserved
  36 (C) Copyright IBM Corp. 1996 - All Rights Reserved
  37 
  38   The original version of this source code and documentation is copyrighted and
  39 owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These materials are
  40 provided under terms of a License Agreement between Taligent and Sun. This
  41 technology is protected by multiple US and International patents. This notice and
  42 attribution to Taligent may not be removed.
  43   Taligent is a registered trademark of Taligent, Inc.
  44 */
  45 
  46 import java.text.*;
  47 import java.util.Locale;
  48 import java.util.Vector;
  49 
  50 
  51 public class Regression extends CollatorTest {
  52 


< prev index next >