From e032cc484a057506f5db0dc5d1cea3106f756c17 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 29 Jul 2010 08:56:53 +0000 Subject: TUSCANY-3635 - delegate the conversion to/from JSON to the databinding layer which has the correct information regarding the operation parameter and return types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980366 13f79535-47bb-0310-9956-ffa450edef68 --- .../binding-jsonp-runtime/src/test/java/test/BindingTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java') diff --git a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/test/BindingTestCase.java b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/test/BindingTestCase.java index 5a8e5ac533..4e7bca0144 100644 --- a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/test/BindingTestCase.java +++ b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/test/BindingTestCase.java @@ -69,7 +69,7 @@ public class BindingTestCase { } @Test - @Ignore("TUSCANY-3635") + //@Ignore("TUSCANY-3635") public void testComplexParams() throws MalformedURLException, IOException { HelloWorldService client = node.getService(HelloWorldService.class, "HelloWorldClient"); -- cgit v1.2.3