diff options
author | Ingela Anderton Andin <[email protected]> | 2014-06-23 12:15:13 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-06-26 08:57:55 +0200 |
commit | 54a15c0d2720ae041620c55ea6541126b3f451ec (patch) | |
tree | 56c94f64ef2a60d498aa1eb715b3f22a51ae1493 /lib/inets/test/httpd_basic_SUITE.erl | |
parent | 461dc05384eece7b4b7d84370fb0a2cf96ed2f6d (diff) | |
download | otp-54a15c0d2720ae041620c55ea6541126b3f451ec.tar.gz otp-54a15c0d2720ae041620c55ea6541126b3f451ec.tar.bz2 otp-54a15c0d2720ae041620c55ea6541126b3f451ec.zip |
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. |