From cad04569504113d2ce3322b92e45d3faa7b611c1 Mon Sep 17 00:00:00 2001 From: Syn Wee Quek Date: Mon, 29 Jul 2002 23:40:03 +0000 Subject: [PATCH] ICU-2032 Temporary fix for IBMJDK and normalization conformance test failures. Rearranged test sequence X-SVN-Rev: 9415 --- icu4j/src/com/ibm/icu/dev/test/TestAll.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4j/src/com/ibm/icu/dev/test/TestAll.java b/icu4j/src/com/ibm/icu/dev/test/TestAll.java index 40a66d3a4e..7179f55354 100755 --- a/icu4j/src/com/ibm/icu/dev/test/TestAll.java +++ b/icu4j/src/com/ibm/icu/dev/test/TestAll.java @@ -5,8 +5,8 @@ ******************************************************************************* * * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestAll.java,v $ - * $Date: 2002/07/25 21:22:54 $ - * $Revision: 1.31 $ + * $Date: 2002/07/29 23:40:03 $ + * $Revision: 1.32 $ * ***************************************************************************************** */ @@ -142,8 +142,8 @@ public class TestAll extends TestFmwk { public void TestNormalizer() throws Exception { run( new TestFmwk[] { - new com.ibm.icu.dev.test.normalizer.BasicTest(), new com.ibm.icu.dev.test.normalizer.ConformanceTest(), + new com.ibm.icu.dev.test.normalizer.BasicTest(), new com.ibm.icu.dev.test.normalizer.ExhaustiveTest(), }); }