aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/ws/routing-table-test.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/ws/routing-table-test.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/ws/routing-table-test.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/ws/routing-table-test.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/ws/routing-table-test.js
deleted file mode 100644
index e04d6475..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/http-proxy/test/ws/routing-table-test.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * routing-tabletest.js: Test for proxying `socket.io` and raw `WebSocket` requests using a ProxyTable.
- *
- * (C) 2010 Nodejitsu Inc.
- * MIT LICENCE
- *
- */
-
-var vows = require('vows'),
- macros = require('../macros'),
- helpers = require('../helpers/index');
-
-vows.describe(helpers.describe('routing-proxy', 'ws')).addBatch({
- "With a valid target server": {
- "and no latency": {
- "using ws": macros.ws.assertProxied(),
- "using socket.io": macros.ws.assertProxied({
- raw: true
- }),
- },
- // "and latency": macros.websocket.assertProxied({
- // latency: 2000
- // })
- }
-}).export(module); \ No newline at end of file