aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-10 19:54:10 +0100
committerLoïc Hoguin <[email protected]>2013-01-10 19:54:10 +0100
commit9bfef7c715821ef25ca1511693a5eaaa4e4b394b (patch)
tree627ebb023599c2ab7463261c3e02e5c518b64bd7 /test/ws_SUITE.erl
parent01f57ad65d7c75fb455f48e354bb3a328c472ce4 (diff)
downloadcowboy-9bfef7c715821ef25ca1511693a5eaaa4e4b394b.tar.gz
cowboy-9bfef7c715821ef25ca1511693a5eaaa4e4b394b.tar.bz2
cowboy-9bfef7c715821ef25ca1511693a5eaaa4e4b394b.zip
Update autobahntestsuite to 0.5.2
Also small mostly insignificant changes to tests.
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r--test/ws_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index a2c8396..ed084d6 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -254,7 +254,7 @@ ws8_single_bytes(Config) ->
ok = gen_tcp:send(Socket, << 16#81 >>), %% send one byte
ok = timer:sleep(100), %% sleep for a period
ok = gen_tcp:send(Socket, << 16#85 >>), %% send another and so on
- ok = timer:sleep(100),
+ ok = timer:sleep(100),
ok = gen_tcp:send(Socket, << 16#37 >>),
ok = timer:sleep(100),
ok = gen_tcp:send(Socket, << 16#fa >>),