fixed SJSON bug in Mongo

This commit is contained in:
jboner 2009-10-20 10:06:50 +02:00
parent 00b606b3e8
commit 5ac805b5f2
2 changed files with 2 additions and 3 deletions

View file

@ -16,8 +16,7 @@ public class RemoteInMemoryStateTest extends TestCase {
static {
new Thread(new Runnable() {
public void run() {
RemoteServer server = new RemoteServer();
server.start();
RemoteServer.start();
}
}).start();
try { Thread.currentThread().sleep(1000); } catch (Exception e) {}