From 45d67f42cba373db4f47765d6a3dd38a7d19dae6 Mon Sep 17 00:00:00 2001 From: cronopio <aristizabal.daniel@gmail.com> Date: Tue, 5 Jun 2012 17:06:03 -0500 Subject: [PATCH] [tests] used socket.io 0.6.17 fixed version for tests --- package.json | 2 +- test/websocket/websocket-proxy-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b89bc2c05..50033e0ba 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "request": "1.9.x", "vows": "0.5.x", "async": "0.1.x", - "socket.io": "0.6.x" + "socket.io": "0.6.17" }, "main": "./lib/node-http-proxy", "bin": { diff --git a/test/websocket/websocket-proxy-test.js b/test/websocket/websocket-proxy-test.js index 662fbd66a..2f23e7795 100644 --- a/test/websocket/websocket-proxy-test.js +++ b/test/websocket/websocket-proxy-test.js @@ -39,7 +39,7 @@ try { } catch (ex) { console.error('Socket.io is required for this example:'); - console.error('npm ' + 'install'.green + ' socket.io@0.6.18'.magenta); + console.error('npm ' + 'install'.green + ' socket.io@0.6.17'.magenta); process.exit(1); }