/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
-#include "unicode/utypes.h"
+#include "unicode/unistr.h"
#if !UCONFIG_NO_COLLATION
-#ifndef _COLL
+#include "unicode/tstdtmod.h"
#include "unicode/coll.h"
-#endif
-
-#ifndef _TBLCOLL
#include "unicode/tblcoll.h"
-#endif
-
-#ifndef _UNISTR
-#include "unicode/unistr.h"
-#endif
-
-#ifndef _SORTKEY
#include "unicode/sortkey.h"
-#endif
-
-#ifndef _TRCOLL
#include "trcoll.h"
-#endif
-
#include "sfwdchit.h"
CollationTurkishTest::CollationTurkishTest()
if (exec) logln("TestSuite CollationTurkishTest: ");
if((!myCollation) && exec) {
- errln(__FILE__ " cannot test - failed to create collator.");
- name = "";
+ dataerrln(__FILE__ " cannot test - failed to create collator.");
+ name = "some test";
return;
}
switch (index) {