diff options
author | Henrik Nord <[email protected]> | 2015-06-04 13:08:55 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-06-04 13:08:55 +0200 |
commit | 99ccfe4d73b3ba82a8a461b53cb30cf512ee1bb9 (patch) | |
tree | 4c7f1b0ffebcf196df5e408169bcc7cc9df053ba | |
parent | e5101396c86b5bcbd933f82b4ef36dcf3d9ace61 (diff) | |
parent | 25f5a3eb681490d8855525b337d30766def60f58 (diff) | |
download | otp-99ccfe4d73b3ba82a8a461b53cb30cf512ee1bb9.tar.gz otp-99ccfe4d73b3ba82a8a461b53cb30cf512ee1bb9.tar.bz2 otp-99ccfe4d73b3ba82a8a461b53cb30cf512ee1bb9.zip |
Merge branch 'henrik/fix-inets-tests'
* henrik/fix-inets-tests:
inets: correct the calls in start_apps
-rw-r--r-- | lib/inets/test/httpd_SUITE.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl index bc6b0d5c79..c90887bcf3 100644 --- a/lib/inets/test/httpd_SUITE.erl +++ b/lib/inets/test/httpd_SUITE.erl @@ -1368,9 +1368,9 @@ start_apps(Group) when Group == http_basic; Group == http_auth_api; Group == http_auth_api_dets; Group == http_auth_api_mnesia; - Group == https_htaccess; - Group == https_security; - Group == https_reload; + Group == http_htaccess; + Group == http_security; + Group == http_reload; Group == http_mime_types-> inets_test_lib:start_apps([inets]). |