Add various EL test cases, mostly extracted from local test JSPs I have used for...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 7 Jan 2010 16:06:45 +0000 (16:06 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 7 Jan 2010 16:06:45 +0000 (16:06 +0000)
commit6f506a0da0c07ed1d22dc5a653b5a4cbdd8df80b
tree1c0a7864fb2b6403dcaf64bae26eb22d3cbe08ea
parent71f617e997cf8707bef8ec97a8a34ce639220ae9
Add various EL test cases, mostly extracted from local test JSPs I have used for individual issues.
Thanks to kkolinko and the numerous bug reporters that provided the basis for many of these.
At present, although this is Tomcat 7, the tests only cover JSP 2.1 functionality.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@896913 13f79535-47bb-0310-9956-ffa450edef68
27 files changed:
test/org/apache/el/TestELEvaluation.java
test/org/apache/el/TestELInJsp.java [new file with mode: 0644]
test/org/apache/el/TesterFunctions.java [new file with mode: 0644]
test/org/apache/jasper/compiler/TestGenerator.java [new file with mode: 0644]
test/org/apache/jasper/compiler/TestValidator.java [new file with mode: 0644]
test/webapp/WEB-INF/tags/echo-double.tag [new file with mode: 0644]
test/webapp/WEB-INF/tags/echo-long.tag [new file with mode: 0644]
test/webapp/WEB-INF/tags/echo.tag [new file with mode: 0644]
test/webapp/WEB-INF/test.tld [new file with mode: 0644]
test/webapp/WEB-INF/web.xml [new file with mode: 0644]
test/webapp/bug42565.jsp [new file with mode: 0644]
test/webapp/bug44994.jsp [new file with mode: 0644]
test/webapp/bug45015a.jsp [new file with mode: 0644]
test/webapp/bug45015b.jsp [new file with mode: 0644]
test/webapp/bug45427.jsp [new file with mode: 0644]
test/webapp/bug45451.jspf [new file with mode: 0644]
test/webapp/bug45451a.jsp [new file with mode: 0644]
test/webapp/bug45451b.jsp [new file with mode: 0644]
test/webapp/bug45451c.jsp [new file with mode: 0644]
test/webapp/bug45451d.jspx [new file with mode: 0644]
test/webapp/bug45511.jsp [new file with mode: 0644]
test/webapp/bug46381.jsp [new file with mode: 0644]
test/webapp/bug46596.jsp [new file with mode: 0644]
test/webapp/bug47331.jsp [new file with mode: 0644]
test/webapp/bug47413.jsp [new file with mode: 0644]
test/webapp/bug48112.jsp [new file with mode: 0644]
test/webapp/el-misc.jsp [new file with mode: 0644]