ICU-6958 Turn on IndexCharacters test.

X-SVN-Rev: 26077
This commit is contained in:
Michael Ow 2009-06-08 22:00:47 +00:00
parent bbdb417578
commit 899fe12ec8

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 1996-2008, International Business Machines Corporation and *
* Copyright (C) 1996-2009, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -46,6 +46,7 @@ public class TestAll extends TestGroup {
"UCAConformanceTest",
// don't test Search API twice!
//"com.ibm.icu.dev.test.search.SearchTest"
"IndexCharactersTest"
},
"All Collation Tests"
);