diff options
author | Ingela Anderton Andin <[email protected]> | 2010-11-29 15:42:52 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-11-29 15:42:52 +0100 |
commit | e4890b3b1a94c66f624d11e901977dfc76883808 (patch) | |
tree | c5d19bb4379180d5ebf4b62c12cb5e7fde908ec4 /lib/inets/test/inets_appup_test.erl | |
parent | 97a68f5fcf1bd89766905078a805e3058848130c (diff) | |
parent | ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4 (diff) | |
download | otp-e4890b3b1a94c66f624d11e901977dfc76883808.tar.gz otp-e4890b3b1a94c66f624d11e901977dfc76883808.tar.bz2 otp-e4890b3b1a94c66f624d11e901977dfc76883808.zip |
Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of super:bmk_otp into dev
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"). |