Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 14496 invoked from network); 17 Aug 2003 19:41:09 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 17 Aug 2003 19:41:09 -0000 Received: (qmail 7393 invoked by uid 97); 17 Aug 2003 19:43:56 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 7385 invoked from network); 17 Aug 2003 19:43:56 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 17 Aug 2003 19:43:56 -0000 Received: (qmail 14258 invoked by uid 500); 17 Aug 2003 19:41:08 -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 14244 invoked by uid 500); 17 Aug 2003 19:41:08 -0000 Received: (qmail 14240 invoked from network); 17 Aug 2003 19:41:07 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 17 Aug 2003 19:41:07 -0000 Received: (qmail 2178 invoked by uid 1360); 17 Aug 2003 19:41:17 -0000 Date: 17 Aug 2003 19:41:17 -0000 Message-ID: <20030817194117.2177.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 LangTestSuite.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bayard 2003/08/17 12:41:17 Modified: lang/src/test/org/apache/commons/lang LangTestSuite.java Log: Pulled the test for WordWrapUtils from this class. Will need adding back in later. Revision Changes Path 1.20 +1 -2 jakarta-commons/lang/src/test/org/apache/commons/lang/LangTestSuite.java Index: LangTestSuite.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/LangTestSuite.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- LangTestSuite.java 2 Aug 2003 18:18:33 -0000 1.19 +++ LangTestSuite.java 17 Aug 2003 19:41:17 -0000 1.20 @@ -112,7 +112,6 @@ suite.addTest(StringEscapeUtilsTest.suite()); suite.addTest(SystemUtilsTest.suite()); suite.addTest(UnhandledExceptionTest.suite()); - suite.addTest(WordWrapUtilsTest.suite()); return suite; } } --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org