Author: kkolinko Date: Wed Jun 11 21:47:03 2014 New Revision: 1602027 URL: http://svn.apache.org/r1602027 Log: Correct typo in the name of a test class
Added: tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java - copied, changed from r1601960, tomcat/trunk/test/org/apache/jasper/TestJspCpompilationContext.java Removed: tomcat/trunk/test/org/apache/jasper/TestJspCpompilationContext.java Copied: tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java (from r1601960, tomcat/trunk/test/org/apache/jasper/TestJspCpompilationContext.java) URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java?p2=tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java&p1=tomcat/trunk/test/org/apache/jasper/TestJspCpompilationContext.java&r1=1601960&r2=1602027&rev=1602027&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/jasper/TestJspCpompilationContext.java (original) +++ tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java Wed Jun 11 21:47:03 2014 @@ -27,7 +27,7 @@ import org.apache.catalina.startup.Tomca import org.apache.catalina.startup.TomcatBaseTest; import org.apache.tomcat.util.buf.ByteChunk; -public class TestJspCpompilationContext extends TomcatBaseTest { +public class TestJspCompilationContext extends TomcatBaseTest { @Test public void testTagFileInJar() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org