From 20f17c2fa7f63ad1247d6cba1a22f16bfa2c38ee Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Mon, 20 Feb 2012 22:18:45 +0000 Subject: [PATCH] ICU-8460 Add initial version, @internal for now. X-SVN-Rev: 31451 --- .../tests/core/src/com/ibm/icu/dev/test/format/TestAll.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java index 7d50f03ad72..a5e4292f348 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java @@ -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", -- 2.40.0