Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 6331 invoked from network); 11 Sep 2002 19:40:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Sep 2002 19:40:56 -0000 Received: (qmail 19567 invoked by uid 97); 11 Sep 2002 19:41:32 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 19481 invoked by uid 97); 11 Sep 2002 19:41:31 -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 19426 invoked by uid 97); 11 Sep 2002 19:41:30 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 11 Sep 2002 19:40:35 -0000 Message-ID: <20020911194035.6466.qmail@icarus.apache.org> From: stevencaswell@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/exception NestableErrorTestCase.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 stevencaswell 2002/09/11 12:40:35 Modified: lang/src/test/org/apache/commons/lang/exception NestableErrorTestCase.java Log: corrected name of test case class Revision Changes Path 1.3 +2 -2 jakarta-commons/lang/src/test/org/apache/commons/lang/exception/NestableErrorTestCase.java Index: NestableErrorTestCase.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/exception/NestableErrorTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- NestableErrorTestCase.java 11 Sep 2002 18:58:05 -0000 1.2 +++ NestableErrorTestCase.java 11 Sep 2002 19:40:35 -0000 1.3 @@ -92,7 +92,7 @@ */ public static Test suite() { - return new TestSuite(ANestableExceptionTestCase.class); + return new TestSuite(NestableErrorTestCase.class); } /** -- To unsubscribe, e-mail: For additional commands, e-mail: