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 2010/01/07 18:37:00 UTC

svn commit: r896937 - in /tomcat/trunk/test/webapp: bug45451b.jsp bug45451c.jsp

Author: markt
Date: Thu Jan  7 17:36:27 2010
New Revision: 896937

URL: http://svn.apache.org/viewvc?rev=896937&view=rev
Log:
Add the tag library definition so the tests actually do what they are supposed to.

Modified:
    tomcat/trunk/test/webapp/bug45451b.jsp
    tomcat/trunk/test/webapp/bug45451c.jsp

Modified: tomcat/trunk/test/webapp/bug45451b.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45451b.jsp?rev=896937&r1=896936&r2=896937&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/bug45451b.jsp (original)
+++ tomcat/trunk/test/webapp/bug45451b.jsp Thu Jan  7 17:36:27 2010
@@ -15,4 +15,5 @@
   limitations under the License.
 --%>
 <%@page isELIgnored="false" %>
+<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <%@ include file="bug45451.jspf" %>

Modified: tomcat/trunk/test/webapp/bug45451c.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/bug45451c.jsp?rev=896937&r1=896936&r2=896937&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/bug45451c.jsp (original)
+++ tomcat/trunk/test/webapp/bug45451c.jsp Thu Jan  7 17:36:27 2010
@@ -15,4 +15,5 @@
   limitations under the License.
 --%>
 <%@page isELIgnored="true" %>
+<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <%@ include file="bug45451.jspf" %>



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