fixed SJSON bug in Mongo
This commit is contained in:
parent
00b606b3e8
commit
5ac805b5f2
2 changed files with 2 additions and 3 deletions
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue