Updated Branches: refs/heads/ode-1.3.6.x 1e327751a -> 14a41fa0a
ODE-957: rectified compilation error after cherry-pick from master Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/14a41fa0 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/14a41fa0 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/14a41fa0 Branch: refs/heads/ode-1.3.6.x Commit: 14a41fa0a02b58b36714789cad88774120d34344 Parents: 6bc1650 Author: sathwik <[email protected]> Authored: Tue Feb 5 18:46:13 2013 +0530 Committer: sathwik <[email protected]> Committed: Tue Feb 5 18:46:13 2013 +0530 ---------------------------------------------------------------------- .../ode/axis2/NoInputMessageInvocationTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/14a41fa0/axis2-war/src/test/java/org/apache/ode/axis2/NoInputMessageInvocationTest.java ---------------------------------------------------------------------- diff --git a/axis2-war/src/test/java/org/apache/ode/axis2/NoInputMessageInvocationTest.java b/axis2-war/src/test/java/org/apache/ode/axis2/NoInputMessageInvocationTest.java index 590a267..7aee824 100644 --- a/axis2-war/src/test/java/org/apache/ode/axis2/NoInputMessageInvocationTest.java +++ b/axis2-war/src/test/java/org/apache/ode/axis2/NoInputMessageInvocationTest.java @@ -30,7 +30,7 @@ public class NoInputMessageInvocationTest extends Axis2TestBase { if (server.isDeployed(bundleName)) server.undeployProcess(bundleName); server.deployProcess(bundleName); try { - String response = sendRequestFile("http://localhost:8888/ode/processes/NoArgumentInvocationProcess", + String response = server.sendRequestFile("http://localhost:8888/ode/processes/NoArgumentInvocationProcess", bundleName, "testRequest.soap"); System.out.println(response); assertTrue(response.contains("noArgmentMethod invocation was successfull"));
