From a770f3fdc3e2fd42bb62e14f022f940a02ef5988 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 4 Dec 2009 11:42:47 +0000 Subject: Add a wait for ever to make it easier to test the client git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887162 13f79535-47bb-0310-9956-ffa450edef68 --- .../nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src') diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java index 28a47ae175..72e6edb622 100644 --- a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java +++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java @@ -45,7 +45,9 @@ public class Service { @Test public void testNothing() throws Exception { - + synchronized (this) { + this.wait(); + } } @AfterClass -- cgit v1.2.3