Skip to content

Commit e240d15

Browse files
committed
switch to external test server
Change-Id: I2bf941202892439a12c21eb7f8ad08a81e73f1d9
1 parent 3845a96 commit e240d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidAsyncTest/src/com/koushikdutta/async/test/SocketIOTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public void run() {
172172

173173
public void testEventAck() throws Exception {
174174
final TriggerFuture trigger = new TriggerFuture();
175-
SocketIOClient client = SocketIOClient.connect(AsyncHttpClient.getDefaultInstance(), "http://192.168.1.2:3000/", null).get();
175+
SocketIOClient client = SocketIOClient.connect(AsyncHttpClient.getDefaultInstance(), "http://koush.clockworkmod.com:8080/", null).get();
176176

177177
final JSONArray args = new JSONArray();
178178
args.put("echo");

0 commit comments

Comments
 (0)