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:
parent
c53b2ffb0c
commit
a770f3fdc3
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ public class Service {
|
|||
|
||||
@Test
|
||||
public void testNothing() throws Exception {
|
||||
|
||||
synchronized (this) {
|
||||
this.wait();
|
||||
}
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
|
Loading…
Add table
Reference in a new issue