Author: kkolinko Date: Thu Jun 19 09:34:14 2014 New Revision: 1603783 URL: http://svn.apache.org/r1603783 Log: Followup to the tests for fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56334#c15 Enable result check for test 07g.
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=1603783&r1=1603782&r2=1603783&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java (original) +++ tomcat/trunk/test/org/apache/jasper/compiler/TestParser.java Thu Jun 19 09:34:14 2014 @@ -423,7 +423,7 @@ public class TestParser extends TomcatBa Assert.assertTrue(result, result.contains("07d:<set data-content=\"false\"/>")); Assert.assertTrue(result, result.contains("07e:<set data-content=\"false\"/>")); Assert.assertTrue(result, result.contains("07f:<set data-content=\"\\\'something\'\"/>")); - /* Assert.assertTrue(result, result.contains("07g:<set data-content=\"\\\'something\'\"/>")); */ + Assert.assertTrue(result, result.contains("07g:<set data-content=\"\\\'something\'\"/>")); } /** 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