From: markt Date: Thu, 21 Oct 2010 16:09:50 +0000 (+0000) Subject: Allow Checkstyle's unused imports test to be used with the unit testcode X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=398b32f8f1d52a418a5941e8d65bcd96b794064a;p=tomcat7.0 Allow Checkstyle's unused imports test to be used with the unit testcode git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1026049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/el/TestELEvaluation.java b/test/org/apache/el/TestELEvaluation.java index 2e103a47c..4a93ed2c8 100644 --- a/test/org/apache/el/TestELEvaluation.java +++ b/test/org/apache/el/TestELEvaluation.java @@ -28,12 +28,12 @@ import javax.el.ValueExpression; import junit.framework.TestCase; import org.apache.el.lang.ELSupport; -import org.apache.jasper.compiler.TestAttributeParser; import org.apache.jasper.el.ELContextImpl; /** * Tests the EL engine directly. Similar tests may be found in - * {@link TestAttributeParser} and {@link TestELInJsp}. + * {@link org.apache.jasper.compiler.TestAttributeParser} and + * {@link TestELInJsp}. */ public class TestELEvaluation extends TestCase { diff --git a/test/org/apache/el/TestELInJsp.java b/test/org/apache/el/TestELInJsp.java index fe1ac774d..558b53dba 100644 --- a/test/org/apache/el/TestELInJsp.java +++ b/test/org/apache/el/TestELInJsp.java @@ -21,12 +21,12 @@ import java.io.File; import org.apache.catalina.startup.Tomcat; import org.apache.catalina.startup.TomcatBaseTest; -import org.apache.jasper.compiler.TestAttributeParser; import org.apache.tomcat.util.buf.ByteChunk; /** * Tests EL with an without JSP attributes using a test web application. Similar - * tests may be found in {@link TestELEvaluation} and {@link TestAttributeParser}. + * tests may be found in {@link TestELEvaluation} and + * {@link org.apache.jasper.compiler.TestAttributeParser}. */ public class TestELInJsp extends TomcatBaseTest { diff --git a/test/org/apache/jasper/compiler/TestAttributeParser.java b/test/org/apache/jasper/compiler/TestAttributeParser.java index 363217530..4f1adc009 100644 --- a/test/org/apache/jasper/compiler/TestAttributeParser.java +++ b/test/org/apache/jasper/compiler/TestAttributeParser.java @@ -25,14 +25,12 @@ import javax.el.ValueExpression; import junit.framework.TestCase; import org.apache.el.ExpressionFactoryImpl; -import org.apache.el.TestELEvaluation; -import org.apache.el.TestELInJsp; import org.apache.el.TesterFunctions; import org.apache.jasper.el.ELContextImpl; /** * Test the EL processing from JSP attributes. Similar tests may be found in - * {@link TestELEvaluation} and {@link TestELInJsp}. + * {@link org.apache.el.TestELEvaluation} and {@link org.apache.el.TestELInJsp}. */ public class TestAttributeParser extends TestCase { @@ -62,8 +60,8 @@ public class TestAttributeParser extends TestCase { /** * Test use nested ternary expressions. Full tests in - * {@link TestELEvaluation}. This is just a smoke test to ensure JSP - * attribute processing doesn't cause any additional issues. + * {@link org.apache.el.TestELEvaluation}. This is just a smoke test to + * ensure JSP attribute processing doesn't cause any additional issues. */ public void testBug44994() { assertEquals("none",