Author: markt
Date: Thu Oct 16 12:51:17 2014
New Revision: 1632290
URL: http://svn.apache.org/r1632290
Log:
Rename to make way for a unit test that doesn't use embedded
Added:
tomcat/trunk/test/org/apache/jasper/compiler/TestNodeIntegration.java
- copied, changed from r1632288,
tomcat/trunk/test/org/apache/jasper/compiler/TestNode.java
Removed:
tomcat/trunk/test/org/apache/jasper/compiler/TestNode.java
Copied: tomcat/trunk/test/org/apache/jasper/compiler/TestNodeIntegration.java
(from r1632288, tomcat/trunk/test/org/apache/jasper/compiler/TestNode.java)
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TestNodeIntegration.java?p2=tomcat/trunk/test/org/apache/jasper/compiler/TestNodeIntegration.java&p1=tomcat/trunk/test/org/apache/jasper/compiler/TestNode.java&r1=1632288&r2=1632290&rev=1632290&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/jasper/compiler/TestNode.java (original)
+++ tomcat/trunk/test/org/apache/jasper/compiler/TestNodeIntegration.java Thu
Oct 16 12:51:17 2014
@@ -25,7 +25,7 @@ import org.apache.catalina.startup.Tomca
import org.apache.catalina.startup.TomcatBaseTest;
import org.apache.tomcat.util.buf.ByteChunk;
-public class TestNode extends TomcatBaseTest {
+public class TestNodeIntegration extends TomcatBaseTest {
@Test
public void testJspAttributeIsLiteral() throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]