Author: markt
Date: Wed Oct  9 17:06:17 2013
New Revision: 1530712

URL: http://svn.apache.org/r1530712
Log:
Forgot to back-port the change in webapp location.
Remove the debug code.

Modified:
    tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestNode.java

Modified: tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestNode.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestNode.java?rev=1530712&r1=1530711&r2=1530712&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestNode.java 
(original)
+++ tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestNode.java Wed Oct  
9 17:06:17 2013
@@ -32,7 +32,7 @@ public class TestNode extends TomcatBase
         Tomcat tomcat = getTomcatInstance();
 
         File appDir =
-            new File("test/webapp");
+            new File("test/webapp-3.0");
         // app dir is relative to server home
         tomcat.addWebapp(null, "", appDir.getAbsolutePath());
 
@@ -42,9 +42,7 @@ public class TestNode extends TomcatBase
                 "/bug5nnnn/bug55642a.jsp");
 
         String result = res.toString();
-
-        System.out.println(result);
-
+        
         Assert.assertTrue(
                 result.indexOf("/bug5nnnn/bug55642b.jsp?foo=bar&a=1&b=2") > 0);
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to