From 2f337188dfb0b60f27dd9485c3cd86015d6bec9f Mon Sep 17 00:00:00 2001 From: Stefano Harding Date: Wed, 27 Apr 2016 11:55:32 -0700 Subject: [PATCH] whatspace --- test/socket.io.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/socket.io.js b/test/socket.io.js index 6d1c9fec55..00354afd30 100644 --- a/test/socket.io.js +++ b/test/socket.io.js @@ -655,7 +655,7 @@ describe('socket.io', function(){ }); }); }); - + it('should not reuse same-namespace connections', function(done){ var srv = http(); var sio = io(srv); @@ -746,6 +746,7 @@ describe('socket.io', function(){ } }); + it('should find all clients across namespace rooms', function(done){ var srv = http(); var sio = io(srv); @@ -1533,7 +1534,7 @@ describe('socket.io', function(){ }); }); }); - + it('should see query parameters sent from secondary namespace connections in handshake object', function(done){ var srv = http(); var sio = io(srv);