mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6157 merge from branch
X-SVN-Rev: 24057
This commit is contained in:
parent
ae6d1cd11b
commit
13e1ff80fe
1 changed files with 10 additions and 1 deletions
|
@ -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[] {
|
||||
|
|
Loading…
Add table
Reference in a new issue