diff options
author | Micael Karlberg <[email protected]> | 2011-06-08 11:20:41 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 18:16:19 +0200 |
commit | 85a0e30e27167efbab0456ad4d694c84c3e9c0d4 (patch) | |
tree | b22515c3d6e275a73023fb7326e7d7dc87c48ad3 /lib/inets/test/httpc_SUITE.erl | |
parent | 6a87b618ae7702f569f73b45fa9008dede557dbf (diff) | |
download | otp-85a0e30e27167efbab0456ad4d694c84c3e9c0d4.tar.gz otp-85a0e30e27167efbab0456ad4d694c84c3e9c0d4.tar.bz2 otp-85a0e30e27167efbab0456ad4d694c84c3e9c0d4.zip |
Clients started stand-alone not properly handled.
OTP-9365
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpc_SUITE.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl index 731e330ef7..202dcca763 100644 --- a/lib/inets/test/httpc_SUITE.erl +++ b/lib/inets/test/httpc_SUITE.erl @@ -341,6 +341,7 @@ init_per_testcase(Case, Timeout, Config) -> "~n SSL start result: ~p", [CryptoStartRes, PubKeyStartRes, SSLStartRes]), Profile = ipv6, + %% A stand-alone profile is represented by a pid() {ok, ProfilePid} = inets:start(httpc, [{profile, Profile}, @@ -367,7 +368,7 @@ init_per_testcase(Case, Timeout, Config) -> %% snmp:set_trace([gen_tcp]), NewConfig. - + %%-------------------------------------------------------------------- %% Function: end_per_testcase(Case, Config) -> _ %% Case - atom() |