Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 98046 invoked from network); 5 Sep 2004 01:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Sep 2004 01:42:42 -0000 Received: (qmail 87883 invoked by uid 500); 5 Sep 2004 01:42:39 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 87855 invoked by uid 500); 5 Sep 2004 01:42:39 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 87841 invoked by uid 500); 5 Sep 2004 01:42:39 -0000 Received: (qmail 87838 invoked by uid 99); 5 Sep 2004 01:42:38 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 04 Sep 2004 18:42:38 -0700 Received: (qmail 98034 invoked by uid 1360); 5 Sep 2004 01:42:37 -0000 Date: 5 Sep 2004 01:42:37 -0000 Message-ID: <20040905014237.98033.qmail@minotaur.apache.org> From: bayard@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang AllLangTestSuite.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bayard 2004/09/04 18:42:37 Modified: lang/src/test/org/apache/commons/lang AllLangTestSuite.java Log: lniked in text package Revision Changes Path 1.8 +3 -1 jakarta-commons/lang/src/test/org/apache/commons/lang/AllLangTestSuite.java Index: AllLangTestSuite.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/AllLangTestSuite.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- AllLangTestSuite.java 7 Jul 2004 23:50:28 -0000 1.7 +++ AllLangTestSuite.java 5 Sep 2004 01:42:37 -0000 1.8 @@ -25,6 +25,7 @@ import org.apache.commons.lang.exception.ExceptionTestSuite; import org.apache.commons.lang.math.MathTestSuite; import org.apache.commons.lang.mutable.MutableTestSuite; +import org.apache.commons.lang.text.TextTestSuite; import org.apache.commons.lang.time.TimeTestSuite; /** @@ -62,6 +63,7 @@ suite.addTest(ExceptionTestSuite.suite()); suite.addTest(MathTestSuite.suite()); suite.addTest(MutableTestSuite.suite()); + suite.addTest(TextTestSuite.suite()); suite.addTest(TimeTestSuite.suite()); return suite; } --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org