ICU-5407 Remove unused code
X-SVN-Rev: 20482
This commit is contained in:
parent
309af2adc6
commit
77c7e47080
@ -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…
Reference in New Issue
Block a user