From 13e1ff80fee7f704e6440c3f4fcc0bb61ca70019 Mon Sep 17 00:00:00 2001 From: Xiaomei Ji Date: Wed, 28 May 2008 22:45:48 +0000 Subject: [PATCH] ICU-6157 merge from branch X-SVN-Rev: 24057 --- icu4j/src/com/ibm/icu/dev/test/format/TestAll.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/icu4j/src/com/ibm/icu/dev/test/format/TestAll.java b/icu4j/src/com/ibm/icu/dev/test/format/TestAll.java index ab846c7b196..b7407d8c712 100644 --- a/icu4j/src/com/ibm/icu/dev/test/format/TestAll.java +++ b/icu4j/src/com/ibm/icu/dev/test/format/TestAll.java @@ -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[] {