X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/fd0068a84e9996f225edba706498f6ed413d0673..46f4442e9a5a4f3b98b7c1083586332f6a8a99a4:/icuSources/test/intltest/ittrans.cpp diff --git a/icuSources/test/intltest/ittrans.cpp b/icuSources/test/intltest/ittrans.cpp index 9cba29eb..467ced42 100644 --- a/icuSources/test/intltest/ittrans.cpp +++ b/icuSources/test/intltest/ittrans.cpp @@ -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;