mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-6958 Turn on IndexCharacters test.
X-SVN-Rev: 26077
This commit is contained in:
parent
bbdb417578
commit
899fe12ec8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue