Don't skip any Autobahn tests since they run fast enough now.

This commit is contained in:
James Coglan
2011-12-17 15:13:28 +00:00
parent 2fa34ef097
commit 5635baf3a7
+1 -2
View File
@@ -3,8 +3,7 @@ var WebSocket = require('../lib/faye/websocket');
var host = 'ws://localhost:9001',
agent = 'Faye (Node ' + process.version + ')',
cases = 0,
skip = [247,248,249,250,251,252,253,254,255,
256,257,258,259,260,261,262,263,264];
skip = [];
var socket = new WebSocket.Client(host + '/getCaseCount');