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
This commit is contained in:
antelder 2009-12-04 11:42:47 +00:00
parent c53b2ffb0c
commit a770f3fdc3

View file

@ -45,7 +45,9 @@ public class Service {
@Test
public void testNothing() throws Exception {
synchronized (this) {
this.wait();
}
}
@AfterClass