diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-18 14:53:37 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-19 12:07:50 +0200 |
commit | 718a7553c0f41971b1b6e5d7886851adb550b3b2 (patch) | |
tree | fed08c9d603731775004033d25f4369906f9d488 /lib/ssl/test/ssl_sni_SUITE.erl | |
parent | d55d1e0239a880eac85946e99f6137925eb0147a (diff) | |
download | otp-718a7553c0f41971b1b6e5d7886851adb550b3b2.tar.gz otp-718a7553c0f41971b1b6e5d7886851adb550b3b2.tar.bz2 otp-718a7553c0f41971b1b6e5d7886851adb550b3b2.zip |
ssl: Make test case timing independent
Refactored the code and moved client_check before call to
ssl_test_lib:check_result(Server, ExpectedSNIHostname) as this
call may consume client messages ( which is intentional) but was
missed by the test case writer.
Diffstat (limited to 'lib/ssl/test/ssl_sni_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_sni_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_sni_SUITE.erl b/lib/ssl/test/ssl_sni_SUITE.erl index 748ee1844c..b059ff991b 100644 --- a/lib/ssl/test/ssl_sni_SUITE.erl +++ b/lib/ssl/test/ssl_sni_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2015. All Rights Reserved. +%% Copyright Ericsson AB 2015-2015. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in |