diff options
author | Micael Karlberg <[email protected]> | 2010-11-10 16:47:39 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-11-10 16:47:39 +0100 |
commit | 360b932a2e3b0f4556f838612a031f62b845f0fb (patch) | |
tree | ac8b0df162b37fa51ef6ec56b48241704eeeffdc /lib/inets/test/inets_appup_test.erl | |
parent | 033584eab11944fa8e3c2b55747cce887cd98877 (diff) | |
download | otp-360b932a2e3b0f4556f838612a031f62b845f0fb.tar.gz otp-360b932a2e3b0f4556f838612a031f62b845f0fb.tar.bz2 otp-360b932a2e3b0f4556f838612a031f62b845f0fb.zip |
New behaviour for ipv6 machines.
As the web-server uses the option ipfamily
with value, inet6fb4, so should the client.
Also some make cleanup (testing for TAR.exclude
in data dirs before using).
Header in vsn.mk file also missing for some reason!
Diffstat (limited to 'lib/inets/test/inets_appup_test.erl')
-rw-r--r-- | lib/inets/test/inets_appup_test.erl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/inets/test/inets_appup_test.erl b/lib/inets/test/inets_appup_test.erl index d580c6c4c5..2c9c687c91 100644 --- a/lib/inets/test/inets_appup_test.erl +++ b/lib/inets/test/inets_appup_test.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2002-2009. All Rights Reserved. +%% Copyright Ericsson AB 2002-2010. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -18,11 +18,12 @@ %% %% %%---------------------------------------------------------------------- -%% Purpose: Verify the application specifics of the Megaco application +%% Purpose: Verify the application specifics of the Inets application %%---------------------------------------------------------------------- -module(inets_appup_test). -compile(export_all). +-compile({no_auto_import,[error/1]}). -include("inets_test_lib.hrl"). |