diff options
author | Lukas Larsson <[email protected]> | 2011-02-16 11:10:15 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:42:40 +0100 |
commit | a6092e8eeccbd7a24943d53592e8085a20efb1ce (patch) | |
tree | 5510a4dc013125fed6a4c4804cff68e489a0b1a2 /lib/inets | |
parent | a342ded6e4ca90db3300a64a06d866b1e07484c7 (diff) | |
download | otp-a6092e8eeccbd7a24943d53592e8085a20efb1ce.tar.gz otp-a6092e8eeccbd7a24943d53592e8085a20efb1ce.tar.bz2 otp-a6092e8eeccbd7a24943d53592e8085a20efb1ce.zip |
Update ipv6 testcase to be skipped if no ipv6 hosts are defined
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/test/httpc_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl index aff20ff7cf..7aa11ebc27 100644 --- a/lib/inets/test/httpc_SUITE.erl +++ b/lib/inets/test/httpc_SUITE.erl @@ -1737,6 +1737,8 @@ parse_url(Config) when is_list(Config) -> %%------------------------------------------------------------------------- +ipv6() -> + [{require,ipv6_hosts}]. ipv6(doc) -> ["Test ipv6."]; ipv6(suite) -> |