Additional test from review of r907538
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Feb 2010 01:02:12 +0000 (01:02 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Feb 2010 01:02:12 +0000 (01:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@907862 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/jasper/compiler/TestParser.java

index 8b714f8..aa04249 100644 (file)
@@ -75,8 +75,8 @@ public class TestParser extends TomcatBaseTest {
         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 */