Oops. Meant to check this in a day or so ago. Hooked the FastDateFormat test up.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-01-10 03:55:01 +00:00
parent 601000d724
commit f76f9bf04d
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ import junit.textui.TestRunner;
* Test suite for the Time package.
*
* @author Stephen Colebourne
* @version $Id: TimeTestSuite.java,v 1.2 2002/12/22 22:59:58 scolebourne Exp $
* @version $Id: TimeTestSuite.java,v 1.3 2003/01/10 03:55:01 bayard Exp $
*/
public class TimeTestSuite extends TestCase {
@ -88,6 +88,7 @@ public class TimeTestSuite extends TestCase {
suite.addTest(CalendarUtilsTest.suite());
suite.addTest(DateUtilsTest.suite());
suite.addTest(StopWatchTest.suite());
suite.addTest(FastDateFormatTest.suite());
return suite;
}
}