From b39441bcc5a975bc723a0cefc4afcb311ad8fff3 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 20 Jul 2010 04:36:21 +0000 Subject: Test passing multiple parameters, and use JSON-RPC binding in all test cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965723 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-python-runtime/src/test/resources/client_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/src/test/resources/client_test.py') diff --git a/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/src/test/resources/client_test.py b/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/src/test/resources/client_test.py index 47e6cf4bda..e3cbaf077f 100644 --- a/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/src/test/resources/client_test.py +++ b/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/src/test/resources/client_test.py @@ -17,8 +17,8 @@ # JSON-RPC test case -def echo(x, ref): - return ref("echo", x) +def echo(x, y, ref): + return ref("echo", x, y) # ATOMPub test case -- cgit v1.2.3