mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-8460 Add initial version, @internal for now.
X-SVN-Rev: 31451
This commit is contained in:
parent
f1c787eca1
commit
20f17c2fa7
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (c) 2004-2011, International Business Machines
|
||||
* Copyright (c) 2004-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
* Copyright (C) 2010 , Yahoo! Inc.
|
||||
*******************************************************************************
|
||||
|
@ -48,6 +48,7 @@ public class TestAll extends TestGroup {
|
|||
public static class NumberFormat extends TestGroup {
|
||||
public NumberFormat() {
|
||||
super(new String[] {
|
||||
"CompactDecimalFormatTest",
|
||||
"IntlTestNumberFormat",
|
||||
"IntlTestNumberFormatAPI",
|
||||
"NumberFormatTest",
|
||||
|
|
Loading…
Add table
Reference in a new issue