diff options
author | Ingela Anderton Andin <[email protected]> | 2011-11-28 11:21:07 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-11-28 11:21:45 +0100 |
commit | 34ccfc38d7ef637b71251fbbe09766692b39873f (patch) | |
tree | b3d4e56daf5b236cae504940804625ba10dfc0ec | |
parent | 2b36dd726551cf822041b065df5d753ed0dba8b1 (diff) | |
download | otp-34ccfc38d7ef637b71251fbbe09766692b39873f.tar.gz otp-34ccfc38d7ef637b71251fbbe09766692b39873f.tar.bz2 otp-34ccfc38d7ef637b71251fbbe09766692b39873f.zip |
Changed typo in test case (a once that should have been true).
-rw-r--r-- | lib/ssl/test/ssl_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_basic_SUITE.erl b/lib/ssl/test/ssl_basic_SUITE.erl index fc8aafa426..4593e21373 100644 --- a/lib/ssl/test/ssl_basic_SUITE.erl +++ b/lib/ssl/test/ssl_basic_SUITE.erl @@ -2341,7 +2341,7 @@ server_verify_client_once_active(Config) when is_list(Config) -> Server = ssl_test_lib:start_server([{node, ServerNode}, {port, 0}, {from, self()}, {mfa, {?MODULE, send_recv_result_active, []}}, - {options, [{active, once}, {verify, verify_peer}, + {options, [{active, true}, {verify, verify_peer}, {verify_client_once, true} | ServerOpts]}]), Port = ssl_test_lib:inet_port(Server), |