Author: markt
Date: Fri Dec 16 13:11:31 2011
New Revision: 1215115
URL: http://svn.apache.org/viewvc?rev=1215115&view=rev
Log:
Correct test
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=1215115&r1=1215114&r2=1215115&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java (original)
+++ tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java Fri Dec 16
13:11:31 2011
@@ -307,7 +307,7 @@ public class TestParser extends TomcatBa
String result = res.toString();
// Beware of the differences between escaping in JSP attributes and
// in Java Strings
- assertEcho(result, "00 - \\% \\\\% <\\%");
+ assertEcho(result, "00 - \\% \\\\% <%");
}
/** Assertion for text printed by tags:echo */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]