Author: markt
Date: Thu Dec 22 15:59:55 2011
New Revision: 1222300
URL: http://svn.apache.org/viewvc?rev=1222300&view=rev
Log:
Fix test & typo
Modified:
tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java
Modified: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java?rev=1222300&r1=1222299&r2=1222300&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java
(original)
+++ tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java Thu
Dec 22 15:59:55 2011
@@ -167,9 +167,9 @@ public class TestVirtualContext extends
// "resourceAInWebInfClasses=true", 404);
// Real paths depend on the OS and this test has to work on all
- // platforms so use File to convert the path to a platform specifci
form
+ // platforms so use File to convert the path to a platform specific
form
File f = new File(
-
"/test/webapp-3.0-virtual-webapp/src/main/webapp/rsrc/resourceF.properties");
+
"test/webapp-3.0-virtual-webapp/src/main/webapp/rsrc/resourceF.properties");
assertPageContains(
"/test/contextGetRealPath.jsp?path=/rsrc/resourceF.properties",
f.getPath());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]