From: pero Date: Fri, 30 Apr 2010 12:10:08 +0000 (+0000) Subject: Add second resource jar and testcase failed again :-( You can switch assert resourceF... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7922649aed4f34e610dcf432b71e0e229571c190;p=tomcat7.0 Add second resource jar and testcase failed again :-( You can switch assert resourceF and see that also resourceB test failed.. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@939650 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/catalina/core/TestStandardContextResources.java b/test/org/apache/catalina/core/TestStandardContextResources.java index 556d305f9..92206d072 100644 --- a/test/org/apache/catalina/core/TestStandardContextResources.java +++ b/test/org/apache/catalina/core/TestStandardContextResources.java @@ -83,6 +83,8 @@ public class TestStandardContextResources extends TomcatBaseTest { tomcat.start(); + assertPageContains("/test/getresource?path=/resourceF.jsp", + "

resourceF.jsp in the web application

"); assertPageContains("/test/getresource?path=/resourceA.jsp", "

resourceA.jsp in the web application

"); assertPageContains("/test/getresource?path=/resourceB.jsp", diff --git a/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar b/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar new file mode 100644 index 000000000..66155767d Binary files /dev/null and b/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar differ