Author: violetagg
Date: Thu Jul 9 10:34:12 2015
New Revision: 1690054
URL: http://svn.apache.org/r1690054
Log:
Fix GUMP build
Modified:
tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java
Modified: tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java?rev=1690054&r1=1690053&r2=1690054&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java (original)
+++ tomcat/trunk/test/org/apache/catalina/ant/TestDeployTask.java Thu Jul 9
10:34:12 2015
@@ -50,18 +50,15 @@ public class TestDeployTask extends Tomc
setDefaults(deployTask);
testExecute(deployTask, "file:./test/deployment/context.war");
- testExecute(deployTask, "file:.\\test\\deployment\\context.war");
testExecute(deployTask, new
File("test/deployment/context.war").toURI().toString());
testExecute(deployTask, new
File("test/deployment/context.war").getAbsolutePath());
testExecute(deployTask, "jar:" + new
File("test/deployment/context.jar").toURI().toString() + "!/context.war");
testExecute(deployTask, "file:./test/deployment/dir with
spaces/context.war");
- testExecute(deployTask, "file:.\\test\\deployment\\dir with
spaces\\context.war");
testExecute(deployTask, new File("test/deployment/dir with
spaces/context.war").toURI().toString());
testExecute(deployTask, new File("test/deployment/dir with
spaces/context.war").getAbsolutePath());
testExecute(deployTask, "jar:" + new File("test/deployment/dir with
spaces/context.jar").toURI().toString()
+ "!/context.war");
testExecute(deployTask,
"file:./test/deployment/dir%20with%20spaces/context.war");
- testExecute(deployTask,
"file:.\\test\\deployment\\dir%20with%20spaces\\context.war");
}
@Test(expected = BuildException.class)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]