aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE_data
diff options
context:
space:
mode:
authorPiotr Bober <[email protected]>2018-12-17 15:27:48 +0100
committerLoïc Hoguin <[email protected]>2018-12-31 14:28:09 +0100
commit32779615616fe3ae052eef94d838ecc9180045a7 (patch)
treea5421656726e8d0df94261dd42c4f77fa741d956 /test/ws_SUITE_data
parentf8df52d6a5bf201cc6c5f706a5e886894947e108 (diff)
downloadgun-32779615616fe3ae052eef94d838ecc9180045a7.tar.gz
gun-32779615616fe3ae052eef94d838ecc9180045a7.tar.bz2
gun-32779615616fe3ae052eef94d838ecc9180045a7.zip
Fix stripping stream reference in gun_http
An invalid stream reference (the websocket tuple wrapper) was sent in the gun_data message. Also moves autobahn to its own test suite.
Diffstat (limited to 'test/ws_SUITE_data')
-rw-r--r--test/ws_SUITE_data/server.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ws_SUITE_data/server.json b/test/ws_SUITE_data/server.json
deleted file mode 100644
index 902b9b3..0000000
--- a/test/ws_SUITE_data/server.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "url": "ws://localhost:33080",
-
- "cases": ["*"],
- "exclude-cases": [],
- "exclude-agent-cases": {}
-}