You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/06/19 11:42:29 UTC

svn commit: r1603790 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/jasper/compiler/TestParser.java

Author: kkolinko
Date: Thu Jun 19 09:42:28 2014
New Revision: 1603790

URL: http://svn.apache.org/r1603790
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.
Merged r1603783 from tomcat/trunk.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestParser.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1603783

Modified: tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestParser.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestParser.java?rev=1603790&r1=1603789&r2=1603790&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestParser.java (original)
+++ tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestParser.java Thu Jun 19 09:42:28 2014
@@ -415,7 +415,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org