Modified build to get travis builds to succeed
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/b1e9ad42 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/b1e9ad42 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/b1e9ad42 Branch: refs/heads/upstream Commit: b1e9ad427f95229a46bd09f4a18808cbb1ec053d Parents: 7aa39ea Author: Chandru Mullaparthi <[email protected]> Authored: Tue Apr 19 19:38:28 2016 +0100 Committer: Chandru Mullaparthi <[email protected]> Committed: Tue Apr 19 19:38:28 2016 +0100 ---------------------------------------------------------------------- test/ibrowse_test.erl | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/b1e9ad42/test/ibrowse_test.erl ---------------------------------------------------------------------- diff --git a/test/ibrowse_test.erl b/test/ibrowse_test.erl index 56c16b8..cd78049 100644 --- a/test/ibrowse_test.erl +++ b/test/ibrowse_test.erl @@ -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]).
