Author: pero
Date: Fri Apr 30 12:10:08 2010
New Revision: 939650
URL: http://svn.apache.org/viewvc?rev=939650&view=rev
Log:
Add second resource jar and testcase failed again :-( You can switch assert
resourceF and see that also resourceB test failed..
Added:
tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar (with
props)
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java
Modified:
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java?rev=939650&r1=939649&r2=939650&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java
(original)
+++
tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java
Fri Apr 30 12:10:08 2010
@@ -83,6 +83,8 @@ public class TestStandardContextResource
tomcat.start();
+ assertPageContains("/test/getresource?path=/resourceF.jsp",
+ "<p>resourceF.jsp in the web application</p>");
assertPageContains("/test/getresource?path=/resourceA.jsp",
"<p>resourceA.jsp in the web application</p>");
assertPageContains("/test/getresource?path=/resourceB.jsp",
Added: tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar?rev=939650&view=auto
==============================================================================
Binary file - no diff available.
Propchange: tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]