ICU-5407 Remove unused code

X-SVN-Rev: 20482
This commit is contained in:
George Rhoten 2006-10-03 23:22:28 +00:00
parent 309af2adc6
commit 77c7e47080

View File

@ -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");
}