From 9bfef7c715821ef25ca1511693a5eaaa4e4b394b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 10 Jan 2013 19:54:10 +0100 Subject: Update autobahntestsuite to 0.5.2 Also small mostly insignificant changes to tests. --- test/http_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index cd4e2dc..3200188 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -982,7 +982,7 @@ stream_body_set_resp_close(Config) -> <<"stream_body_set_resp_close">> -> ok; Buffer -> - {ok, Rest} = Transport:recv(Socket, 26 - size(Buffer), 1000), + {ok, Rest} = Transport:recv(Socket, 26 - byte_size(Buffer), 1000), <<"stream_body_set_resp_close">> = << Buffer/binary, Rest/binary >>, ok end, -- cgit v1.2.3