From 3c40339cf988d281231b0219d9910084e559eae9 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 9 Feb 2010 01:02:12 +0000 Subject: [PATCH] Additional test from review of r907538 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@907862 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/jasper/compiler/TestParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/jasper/compiler/TestParser.java b/test/org/apache/jasper/compiler/TestParser.java index 8b714f8a6..aa04249cc 100644 --- a/test/org/apache/jasper/compiler/TestParser.java +++ b/test/org/apache/jasper/compiler/TestParser.java @@ -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

#{foo.bar}"); + assertEcho(result, "01-Hello world

#{foo2"); } /** Assertion for text printed by tags:echo */ -- 2.11.0