You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/02/20 14:10:54 UTC

svn commit: r1570180 - /tomcat/trunk/test/webapp/bug5nnnn/bug56147.jsp

Author: markt
Date: Thu Feb 20 13:10:53 2014
New Revision: 1570180

URL: http://svn.apache.org/r1570180
Log:
Whoops. Forgot to make sure the test actually passed.

Modified:
    tomcat/trunk/test/webapp/bug5nnnn/bug56147.jsp

Modified: tomcat/trunk/test/webapp/bug5nnnn/bug56147.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug5nnnn/bug56147.jsp?rev=1570180&r1=1570179&r2=1570180&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/bug5nnnn/bug56147.jsp (original)
+++ tomcat/trunk/test/webapp/bug5nnnn/bug56147.jsp Thu Feb 20 13:10:53 2014
@@ -28,5 +28,6 @@
     <c:forEach var="item" items="${listItems}">
       <p>${item.addThing("h")}</p>
     </c:forEach>
+    <p>00-OK</p>
   </body>
 </html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org