Ver código fonte

Modified build to get travis builds to succeed

pull/144/head
Chandru Mullaparthi 9 anos atrás
pai
commit
b1e9ad427f
1 arquivos alterados com 0 adições e 11 exclusões
  1. +0
    -11
      test/ibrowse_test.erl

+ 0
- 11
test/ibrowse_test.erl Ver arquivo

@ -12,8 +12,6 @@
unit_tests/0,
unit_tests/2,
unit_tests_1/3,
ue_test_/0,
ue_test_/1,
verify_chunked_streaming/0,
verify_chunked_streaming/1,
test_chunked_streaming_once/0,
@ -503,15 +501,6 @@ execute_req(Url, Method, Options) ->
io:format("~p~n", [Err])
end.
ue_test_() ->
ue_test_(lists:duplicate(1024, $?)).
ue_test_(Data) ->
{Time, Res} = timer:tc(ibrowse_lib, url_encode, [Data]),
io:format("Time -> ~p~n", [Time]),
io:format("Data Length -> ~p~n", [length(Data)]),
io:format("Res Length -> ~p~n", [length(Res)]).
% io:format("Result -> ~s~n", [Res]).
log_msg(Fmt, Args) ->
io:format("~s -- " ++ Fmt,
[ibrowse_lib:printable_date() | Args]).

Carregando…
Cancelar
Salvar