You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by aj...@apache.org on 2005/03/21 07:03:46 UTC

svn commit: r158415 - webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis/deployment/DeploymentotalTest.java

Author: ajith
Date: Sun Mar 20 22:03:45 2005
New Revision: 158415

URL: http://svn.apache.org/viewcvs?view=rev&rev=158415
Log:
Changed the file path to correct the build fail prob

Modified:
    webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis/deployment/DeploymentotalTest.java

Modified: webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis/deployment/DeploymentotalTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis/deployment/DeploymentotalTest.java?view=diff&r1=158414&r2=158415
==============================================================================
--- webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis/deployment/DeploymentotalTest.java (original)
+++ webservices/axis/trunk/java/modules/deployment/src/test/org/apache/axis/deployment/DeploymentotalTest.java Sun Mar 20 22:03:45 2005
@@ -27,7 +27,7 @@
     EngineRegistry er;
 
     public void testparseService1() throws PhaseException, DeploymentException, AxisFault, XMLStreamException {
-        String filename = "./modules/deployment/target/test-resources/deployment";
+        String filename = "./target/test-resources/deployment";
         DeploymentEngine deploymentEngine = new DeploymentEngine(filename);
         er = deploymentEngine.start();
     }