ODE-957: Rectified the compilation error
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/f09f320a Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/f09f320a Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/f09f320a Branch: refs/heads/1.3.6.x Commit: f09f320a56156ad2d80760ccf3ecd597f4429e36 Parents: 8c04d1d Author: sathwik <[email protected]> Authored: Tue Feb 5 11:02:39 2013 +0530 Committer: sathwik <[email protected]> Committed: Tue Feb 5 11:02:39 2013 +0530 ---------------------------------------------------------------------- .../ode/axis2/NoInputMessageInvocationTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/f09f320a/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"));
