From b20f767a7bd492a845d920891830829263742cb5 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 11 Mar 2010 03:06:38 +0000 Subject: Remove some default binding system properties now that the runtime can work this out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921680 13f79535-47bb-0310-9956-ffa450edef68 --- .../one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast') diff --git a/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java b/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java index e8a62eef99..888b4df156 100644 --- a/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java +++ b/sca-java-2.x/trunk/itest/nodes/one-jvm-hazelcast/src/test/java/itest/TwoRemoteNodesTestCase.java @@ -43,8 +43,6 @@ public class TwoRemoteNodesTestCase{ @BeforeClass public static void setUpBeforeClass() throws Exception { - System.setProperty("org.apache.tuscany.sca.binding.sca.provider.SCABindingMapper.mappedBinding", RMIBinding.TYPE.toString()); - serviceNode = NodeFactory.newInstance().createNode(URI.create("tuscany:TwoRemoteNodesTestCase"), "../helloworld-service/target/classes"); serviceNode.start(); @@ -81,6 +79,5 @@ public class TwoRemoteNodesTestCase{ if (clientNode != null) { clientNode.stop(); } - System.clearProperty("org.apache.tuscany.sca.binding.sca.provider.SCABindingMapper.mappedBinding"); } } -- cgit v1.2.3