From 5adc2543302233a2743bae501835b5a3d14224fb Mon Sep 17 00:00:00 2001 From: Steven Caswell Date: Wed, 11 Sep 2002 19:40:35 +0000 Subject: [PATCH] corrected name of test case class git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137011 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/lang/exception/NestableErrorTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/org/apache/commons/lang/exception/NestableErrorTestCase.java b/src/test/org/apache/commons/lang/exception/NestableErrorTestCase.java index db264e754..b7e19440a 100644 --- a/src/test/org/apache/commons/lang/exception/NestableErrorTestCase.java +++ b/src/test/org/apache/commons/lang/exception/NestableErrorTestCase.java @@ -62,7 +62,7 @@ import junit.textui.TestRunner; * Tests the org.apache.commons.lang.exception.NestableError class. * * @author Steven Caswell - * @version $Id: NestableErrorTestCase.java,v 1.2 2002/09/11 18:58:05 stevencaswell Exp $ + * @version $Id: NestableErrorTestCase.java,v 1.3 2002/09/11 19:40:35 stevencaswell Exp $ */ public class NestableErrorTestCase extends AbstractNestableTestCase { @@ -92,7 +92,7 @@ public class NestableErrorTestCase extends AbstractNestableTestCase */ public static Test suite() { - return new TestSuite(ANestableExceptionTestCase.class); + return new TestSuite(NestableErrorTestCase.class); } /**