aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_time_test.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-05 17:50:56 +0200
committerMicael Karlberg <[email protected]>2011-09-05 17:50:56 +0200
commit1ab2ecb0a0f1d41378c16a04a166131df2d1f8f6 (patch)
tree883b9f53401c3982365a54c9eaea44f3ae1c4af3 /lib/inets/test/httpd_time_test.erl
parent9f6baf2f3158117dab2e9daf92b2ac896c80d306 (diff)
downloadotp-1ab2ecb0a0f1d41378c16a04a166131df2d1f8f6.tar.gz
otp-1ab2ecb0a0f1d41378c16a04a166131df2d1f8f6.tar.bz2
otp-1ab2ecb0a0f1d41378c16a04a166131df2d1f8f6.zip
Removed all ossl test cases (for both httpc and httpd).
OTP-9522
Diffstat (limited to 'lib/inets/test/httpd_time_test.erl')
-rw-r--r--lib/inets/test/httpd_time_test.erl6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/inets/test/httpd_time_test.erl b/lib/inets/test/httpd_time_test.erl
index f39f9faff0..c54674be36 100644
--- a/lib/inets/test/httpd_time_test.erl
+++ b/lib/inets/test/httpd_time_test.erl
@@ -19,7 +19,7 @@
%%
-module(httpd_time_test).
--export([t/3, t1/2, t2/2, t3/2, t4/2]).
+-export([t/3, t1/2, t2/2, t4/2]).
-export([do/1, do/2, do/3, do/4, do/5]).
@@ -45,10 +45,6 @@ t2(Host, Port) ->
t(ssl, Host, Port).
-t3(Host, Port) ->
- t(ossl, Host, Port).
-
-
t4(Host, Port) ->
t(essl, Host, Port).