/***************************************************************************
*
-* Copyright (C) 2000-2004, International Business Machines
+* Copyright (C) 2000-2007, International Business Machines
* Corporation and others. All Rights Reserved.
*
************************************************************************
#include "transapi.h"
#include "cpdtrtst.h"
#include "transrt.h"
-#include "usettest.h"
#include "jamotest.h"
#include "trnserr.h"
#include "reptest.h"
#define CASE(id,test) case id: \
name = #test; \
if (exec) { \
- logln(#test "---"); logln(""); \
+ logln(#test "---"); logln(); \
test t; \
callTest(t, par); \
} \
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;