Author: markt
Date: Fri Jan 17 09:25:24 2014
New Revision: 1559053
URL: http://svn.apache.org/r1559053
Log:
Adjust for different directory name in 7.0.x
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java?rev=1559053&r1=1559052&r2=1559053&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java
(original)
+++
tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java
Fri Jan 17 09:25:24 2014
@@ -64,7 +64,7 @@ public class TestPageContextImpl extends
public void testDefaultBufferSize() throws Exception {
Tomcat tomcat = getTomcatInstance();
- File appDir = new File("test/webapp");
+ File appDir = new File("test/webapp-3.0");
// app dir is relative to server home
Context ctx = tomcat.addWebapp(null, "/test",
appDir.getAbsolutePath());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]