fix #10 use org.json 20090211

This commit is contained in:
Naoyuki Kanezawa
2014-07-09 04:11:18 +09:00
parent d15d013e11
commit 85591d23cd
10 changed files with 131 additions and 66 deletions

View File

@@ -72,7 +72,7 @@ public class ServerConnectionTest extends Connection {
}
@Test(timeout = TIMEOUT)
public void event() throws URISyntaxException, InterruptedException {
public void event() throws Exception {
final Semaphore semaphore = new Semaphore(0);
final JSONObject obj = new JSONObject();
@@ -102,7 +102,7 @@ public class ServerConnectionTest extends Connection {
}
@Test(timeout = TIMEOUT)
public void ack() throws URISyntaxException, InterruptedException {
public void ack() throws Exception {
final Semaphore semaphore = new Semaphore(0);
final JSONObject obj = new JSONObject();