diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-09 15:46:18 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-09 15:46:18 +0100 |
commit | 7f9bc436433f8feefeb44d05ef92868fa6d3e1c9 (patch) | |
tree | 4ef2ccd38c4ffdf616668c86fe003b693b7a6216 /lib/inets/test | |
parent | cf199dd9898a636f03630950c4ea1a4c5c21ce81 (diff) | |
download | otp-7f9bc436433f8feefeb44d05ef92868fa6d3e1c9.tar.gz otp-7f9bc436433f8feefeb44d05ef92868fa6d3e1c9.tar.bz2 otp-7f9bc436433f8feefeb44d05ef92868fa6d3e1c9.zip |
Doc for test case slowdose
Diffstat (limited to 'lib/inets/test')
-rw-r--r-- | lib/inets/test/httpd_basic_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inets/test/httpd_basic_SUITE.erl b/lib/inets/test/httpd_basic_SUITE.erl index 110293b307..326a485e31 100644 --- a/lib/inets/test/httpd_basic_SUITE.erl +++ b/lib/inets/test/httpd_basic_SUITE.erl @@ -279,6 +279,8 @@ escaped_url_in_error_body(Config) when is_list(Config) -> inets:stop(httpd, Pid), tsp("escaped_url_in_error_body -> done"), ok. +slowdose(doc) -> + ["Testing minimum bytes per second option"]; slowdose(Config) when is_list(Config) -> {ok, Pid} = inets:start(httpd, [{port, 0}, {server_name, "test"}, {server_root, "/tmp"}, {document_root, "/tmp"}, {minimum_bytes_per_second, 200}]), Info = httpd:info(Pid), |