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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org