ICU-6157 merge from branch

X-SVN-Rev: 24057
This commit is contained in:
Xiaomei Ji 2008-05-28 22:45:48 +00:00
parent ae6d1cd11b
commit 13e1ff80fe

View file

@ -1,7 +1,7 @@
//##header J2SE15
/*
*******************************************************************************
* Copyright (C) 1996-2007, International Business Machines Corporation and *
* Copyright (C) 1996-2008, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -24,6 +24,7 @@ public class TestAll extends TestGroup {
"TestAll$RBNF",
"TestAll$NumberFormat",
"TestAll$DateFormat",
"TestAll$DateIntervalFormat",
"TestAll$MessageFormat",
"TestAll$PluralFormat",
"com.ibm.icu.dev.test.format.BigNumberFormatTest",
@ -83,6 +84,14 @@ public class TestAll extends TestGroup {
}
}
public static class DateIntervalFormat extends TestGroup {
public DateIntervalFormat() {
super(new String[] {
"DateIntervalFormatTest"
});
}
}
public static class PluralFormat extends TestGroup {
public PluralFormat() {
super(new String[] {