]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ittrans.cpp
ICU-511.32.tar.gz
[apple/icu.git] / icuSources / test / intltest / ittrans.cpp
index 9cba29ebfb938d720c55d060fe56fd291d247787..467ced423a1f274f4d73287f48ecc1a85c2cb192 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
 *
-*   Copyright (C) 2000-2004, International Business Machines
+*   Copyright (C) 2000-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ************************************************************************
@@ -21,7 +21,6 @@
 #include "transapi.h"
 #include "cpdtrtst.h"
 #include "transrt.h"
-#include "usettest.h"
 #include "jamotest.h"
 #include "trnserr.h"
 #include "reptest.h"
@@ -29,7 +28,7 @@
 #define CASE(id,test) case id:                                \
                           name = #test;                       \
                           if (exec) {                         \
-                              logln(#test "---"); logln("");  \
+                              logln(#test "---"); logln();    \
                               test t;                         \
                               callTest(t, par);               \
                           }                                   \
@@ -43,12 +42,11 @@ void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const ch
         CASE(1, TransliteratorAPITest);
         CASE(2, CompoundTransliteratorTest);
         CASE(3, TransliteratorRoundTripTest);
-        CASE(4, UnicodeSetTest);
-        CASE(5, JamoTest);
-        CASE(6, TransliteratorErrorTest);
-        CASE(7, ReplaceableTest);
+        CASE(4, JamoTest);
+        CASE(5, TransliteratorErrorTest);
+        CASE(6, ReplaceableTest);
 #if !UCONFIG_NO_TRANSLITERATION && defined(U_USE_UNICODE_FILTER_LOGIC_OBSOLETE_2_8)
-        CASE(10, UnicodeFilterLogicTest);
+        CASE(7, UnicodeFilterLogicTest);
 #endif
 
         default: name=""; break;