From f329862384cafb534262c9e0f74fb71210b3a501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 24 Apr 2013 20:33:51 +0200 Subject: Only test Websocket RFC6455 in Autobahn from now on --- test/autobahn_SUITE_data/test.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/autobahn_SUITE_data/test.py b/test/autobahn_SUITE_data/test.py index 19c7669..991c667 100755 --- a/test/autobahn_SUITE_data/test.py +++ b/test/autobahn_SUITE_data/test.py @@ -39,13 +39,10 @@ def client_config(): 'options': {'failByDrop': False}, 'enable-ssl': False, 'servers': [{ - 'agent': 'Cowboy/10', + 'agent': 'Cowboy', 'url': 'ws://localhost:33080/echo', - 'options': {'version': 10}}, # hybi-10 - {'agent': 'Cowboy/18', - 'url': 'ws://localhost:33080/echo', - 'options': {'version': 18}} # RFC6455 - ], + 'options': {'version': 18} # RFC6455 + }], 'cases': ['*'], 'exclude-cases': [] } return base -- cgit v1.2.3