From: markt Date: Thu, 7 Jan 2010 17:36:27 +0000 (+0000) Subject: Add the tag library definition so the tests actually do what they are supposed to. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2c6ab54d65580e4a6f395a6106c74060b93a45ed;p=tomcat7.0 Add the tag library definition so the tests actually do what they are supposed to. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/webapp/bug45451b.jsp b/test/webapp/bug45451b.jsp index 686a4eb49..3f3e1664b 100644 --- a/test/webapp/bug45451b.jsp +++ b/test/webapp/bug45451b.jsp @@ -15,4 +15,5 @@ limitations under the License. --%> <%@page isELIgnored="false" %> +<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> <%@ include file="bug45451.jspf" %> diff --git a/test/webapp/bug45451c.jsp b/test/webapp/bug45451c.jsp index fdc2d19a3..a1b8b06d0 100644 --- a/test/webapp/bug45451c.jsp +++ b/test/webapp/bug45451c.jsp @@ -15,4 +15,5 @@ limitations under the License. --%> <%@page isELIgnored="true" %> +<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %> <%@ include file="bug45451.jspf" %>