Author: kkolinko
Date: Tue Feb  9 01:02:12 2010
New Revision: 907862

URL: http://svn.apache.org/viewvc?rev=907862&view=rev
Log:
Additional test from review of r907538

Modified:
    tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java

Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java?rev=907862&r1=907861&r2=907862&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java (original)
+++ tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java Tue Feb  9 
01:02:12 2010
@@ -75,8 +75,8 @@
         ByteChunk res = getUrl("http://localhost:"; + getPort() +
                 "/test/bug48668b.jsp");
         String result = res.toString();
-        System.out.println(result);
         assertEcho(result, "00-Hello world</p>#{foo.bar}");
+        assertEcho(result, "01-Hello world</p>#{foo2");
     }
 
     /** Assertion for text printed by tags:echo */



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

Reply via email to