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

Reply via email to