aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/inets_appup_test.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-11-29 15:42:52 +0100
committerIngela Anderton Andin <[email protected]>2010-11-29 15:42:52 +0100
commite4890b3b1a94c66f624d11e901977dfc76883808 (patch)
treec5d19bb4379180d5ebf4b62c12cb5e7fde908ec4 /lib/inets/test/inets_appup_test.erl
parent97a68f5fcf1bd89766905078a805e3058848130c (diff)
parentad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4 (diff)
downloadotp-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.erl5
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").