aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/inets_test_lib.hrl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-03-28 14:10:52 +0200
committerMicael Karlberg <[email protected]>2011-03-28 14:10:52 +0200
commit6ebe1ea0e4b9bf58f6a27bac75c7c5e700044682 (patch)
tree9ece8b65d5dae9f47bd5e5bc510cd746b66f3b83 /lib/inets/test/inets_test_lib.hrl
parenta0ab2e0fa31a2599d0532ef87c944837e96153c0 (diff)
downloadotp-6ebe1ea0e4b9bf58f6a27bac75c7c5e700044682.tar.gz
otp-6ebe1ea0e4b9bf58f6a27bac75c7c5e700044682.tar.bz2
otp-6ebe1ea0e4b9bf58f6a27bac75c7c5e700044682.zip
A (hopefully) temporary skip of some of the httpc proxy
test cases.
Diffstat (limited to 'lib/inets/test/inets_test_lib.hrl')
-rw-r--r--lib/inets/test/inets_test_lib.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/inets_test_lib.hrl b/lib/inets/test/inets_test_lib.hrl
index 0cdb04139c..cc83a309b5 100644
--- a/lib/inets/test/inets_test_lib.hrl
+++ b/lib/inets/test/inets_test_lib.hrl
@@ -72,7 +72,7 @@
%% - Test case macros -
--define(SKIP(Reason), inets_test_lib:skip(Reason)).
+-define(SKIP(Reason), inets_test_lib:skip(Reason, ?MODULE, ?LINE)).
-define(FAIL(Reason), inets_test_lib:fail(Reason, ?MODULE, ?LINE)).