Author: mriou
Date: Wed Sep 13 10:20:57 2006
New Revision: 443036

URL: http://svn.apache.org/viewvc?view=rev&rev=443036
Log:
Syncing test with latest code changes in sendsoap.

Modified:
    
incubator/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ExecutionPathTest.java

Modified: 
incubator/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ExecutionPathTest.java
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ExecutionPathTest.java?view=diff&rev=443036&r1=443035&r2=443036
==============================================================================
--- 
incubator/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ExecutionPathTest.java
 (original)
+++ 
incubator/ode/trunk/axis2/src/test/java/org/apache/ode/axis2/management/ExecutionPathTest.java
 Wed Sep 13 10:20:57 2006
@@ -111,7 +111,7 @@
         // Execute
         URL svcUrl = new 
URL("http://localhost:8080/ode/processes/DynMainService";);
         InputStream sis = 
getClass().getClassLoader().getResourceAsStream("testDynPartnerRequest.soap");
-        HttpSoapSender.doSend(svcUrl, sis, System.out);
+        HttpSoapSender.doSend(svcUrl, sis, System.out, null, 0, null, null, 
null);
         // Just making sure the instance starts
         Thread.sleep(1000);
     }


Reply via email to