mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5407 Remove unused code
X-SVN-Rev: 20482
This commit is contained in:
parent
309af2adc6
commit
77c7e47080
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2004, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -17,13 +17,12 @@ public class TestCharacter extends TestGroup {
|
|||
super(
|
||||
new String[] {
|
||||
"UCharacterTest",
|
||||
"UCharacterCaseTest",
|
||||
"UCharacterIteratorTest",
|
||||
"UCharacterCaseTest",
|
||||
"UCharacterCategoryTest",
|
||||
"UCharacterDirectionTest",
|
||||
"UPropertyAliasesTest",
|
||||
"UTF16Test",
|
||||
"UCharacterSurrogateTest"
|
||||
"UCharacterSurrogateTest"
|
||||
},
|
||||
"Character Property and UTF16 Tests");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue