From 29935da25aa55f708b28899ba3a9cb78f7e28e49 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Sun, 14 May 2006 09:31:48 +0000 Subject: [PATCH] Fix incorrect package name in unit test. The test was still being compiled and run ok; the generated .class was just ending up in an odd directory. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@406292 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/logging/servlet/BasicServletTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java b/src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java index 696b48e..2fe4c0a 100644 --- a/src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java +++ b/src/test/org/apache/commons/logging/servlet/BasicServletTestCase.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.commons.logging.log4j.log4j12; +package org.apache.commons.logging.servlet; import junit.framework.Test; import junit.framework.TestCase;