aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-06-04 10:52:19 +0200
committerHenrik Nord <[email protected]>2015-06-04 10:52:19 +0200
commit25f5a3eb681490d8855525b337d30766def60f58 (patch)
tree6fda9ee970e81f2df0feff15437d1aed416cefb1 /lib/inets
parente99daf3212fbc381074e5be229465e9b6269e204 (diff)
downloadotp-25f5a3eb681490d8855525b337d30766def60f58.tar.gz
otp-25f5a3eb681490d8855525b337d30766def60f58.tar.bz2
otp-25f5a3eb681490d8855525b337d30766def60f58.zip
inets: correct the calls in start_apps
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/test/httpd_SUITE.erl6
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]).