aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_session_cache_SUITE.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-06-20 17:27:36 +0200
committerIngela Anderton Andin <[email protected]>2011-06-27 10:37:54 +0200
commit98c0cbbe4cae890bbda6a1d297c9c161534adb6a (patch)
treec5d0bdc6e3cdd6ec489b4c332b01a535187b4849 /lib/ssl/test/ssl_session_cache_SUITE.erl
parentd798caa64f4bb7509e89e6b8161c7eb196bc7270 (diff)
downloadotp-98c0cbbe4cae890bbda6a1d297c9c161534adb6a.tar.gz
otp-98c0cbbe4cae890bbda6a1d297c9c161534adb6a.tar.bz2
otp-98c0cbbe4cae890bbda6a1d297c9c161534adb6a.zip
Handle inet:getopts/2 and inet:setopts/2 crashes
Diffstat (limited to 'lib/ssl/test/ssl_session_cache_SUITE.erl')
-rw-r--r--lib/ssl/test/ssl_session_cache_SUITE.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssl/test/ssl_session_cache_SUITE.erl b/lib/ssl/test/ssl_session_cache_SUITE.erl
index 5d96b457ed..2c2d88db8f 100644
--- a/lib/ssl/test/ssl_session_cache_SUITE.erl
+++ b/lib/ssl/test/ssl_session_cache_SUITE.erl
@@ -221,7 +221,7 @@ session_cleanup(Config)when is_list(Config) ->
%% Make sure session has expired and been cleaned up
test_server:sleep(5000), %% Expire time
- test_server:sleep((?SLEEP*20), %% Clean up delay (very small in this test case) + some extra time
+ test_server:sleep(?SLEEP*20), %% Clean up delay (very small in this test case) + some extra time
undefined = ssl_session_cache:lookup(Cache, {{Hostname, Port}, Id}),
undefined = ssl_session_cache:lookup(Cache, {Port, Id}),
@@ -252,7 +252,6 @@ session_cache_process_mnesia(suite) ->
session_cache_process_mnesia(Config) when is_list(Config) ->
session_cache_process(mnesia,Config).
-
%%--------------------------------------------------------------------
%%% Session cache API callbacks
%%--------------------------------------------------------------------