aboutsummaryrefslogtreecommitdiff
path: root/tests/test_sockets.py
diff options
context:
space:
mode:
authorFraser Adams <fraser.adams@blueyonder.co.uk>2014-01-31 10:36:07 +0000
committerFraser Adams <fraser.adams@blueyonder.co.uk>2014-01-31 10:36:07 +0000
commit9ed679c54f623f8b3ee41bcda1b540adc94a2693 (patch)
tree4d3b3b32507af8fecab031311058e9713a7bda5c /tests/test_sockets.py
parent43ee264bab811099b3a6581f2ae87d501675a4e7 (diff)
Removed capitals from a comment as requested, reinstated UDP test that was accidentally dropped and updated settings.js comment.
Diffstat (limited to 'tests/test_sockets.py')
-rw-r--r--tests/test_sockets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sockets.py b/tests/test_sockets.py
index d7cbb861..030a26a3 100644
--- a/tests/test_sockets.py
+++ b/tests/test_sockets.py
@@ -416,6 +416,7 @@ class sockets(BrowserCore):
harnesses = [
(WebsockifyServerHarness(os.path.join('sockets', 'test_sockets_echo_server.c'), [sockets_include], 49160)),
(CompiledServerHarness(os.path.join('sockets', 'test_sockets_echo_server.c'), [sockets_include, '-DTEST_DGRAM=0'], 49161)),
+ (CompiledServerHarness(os.path.join('sockets', 'test_sockets_echo_server.c'), [sockets_include, '-DTEST_DGRAM=1'], 49161))
]
# Basic test of node client against both a Websockified and compiled echo server.