diff options
author | Ingela Anderton Andin <[email protected]> | 2014-06-26 08:59:52 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-06-26 08:59:52 +0200 |
commit | e54518231ac28096dec8f0a63afe527916ff1343 (patch) | |
tree | a1415c1f2be29ea679567a293e5f9b725a0fac16 /lib/inets/test/httpd_basic_SUITE.erl | |
parent | 461dc05384eece7b4b7d84370fb0a2cf96ed2f6d (diff) | |
parent | 87401c346717d12e64d5dc2c8b3715e322072535 (diff) | |
download | otp-e54518231ac28096dec8f0a63afe527916ff1343.tar.gz otp-e54518231ac28096dec8f0a63afe527916ff1343.tar.bz2 otp-e54518231ac28096dec8f0a63afe527916ff1343.zip |
Merge branch 'ia/inets/reload-tests-and-timeout-mixup/OTP-12013' into maint
* ia/inets/reload-tests-and-timeout-mixup/OTP-12013:
inets: Create seperate timeout for TLS/SSL handshake
inets: Add reload tests
Diffstat (limited to 'lib/inets/test/httpd_basic_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpd_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_basic_SUITE.erl b/lib/inets/test/httpd_basic_SUITE.erl index 1fcc5f257e..baef699629 100644 --- a/lib/inets/test/httpd_basic_SUITE.erl +++ b/lib/inets/test/httpd_basic_SUITE.erl @@ -129,7 +129,7 @@ end_per_suite(_Config) -> %% Note: This function is free to add any key/value pairs to the Config %% variable, but should NOT alter/remove any existing entries. %%-------------------------------------------------------------------- -init_per_testcase(Case, Config) -> +init_per_testcase(_Case, Config) -> Config. |