aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/snmp_agent_nfilter_test.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-10-12 10:34:20 +0200
committerLukas Larsson <[email protected]>2011-02-17 17:25:12 +0100
commitf46420139c89668f24f9b86e80f0f93fbbb9827b (patch)
tree85b7b58a6b66c5bbd53600593df295f4bc90078d /lib/snmp/test/snmp_agent_nfilter_test.erl
parente895e8ae96264ed7b5a0cb5f30f5a0af3d076831 (diff)
downloadotp-f46420139c89668f24f9b86e80f0f93fbbb9827b.tar.gz
otp-f46420139c89668f24f9b86e80f0f93fbbb9827b.tar.bz2
otp-f46420139c89668f24f9b86e80f0f93fbbb9827b.zip
Update snmp tests to conform with common_test standard
Diffstat (limited to 'lib/snmp/test/snmp_agent_nfilter_test.erl')
-rw-r--r--lib/snmp/test/snmp_agent_nfilter_test.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/snmp/test/snmp_agent_nfilter_test.erl b/lib/snmp/test/snmp_agent_nfilter_test.erl
index f406ea1e63..f08060cee3 100644
--- a/lib/snmp/test/snmp_agent_nfilter_test.erl
+++ b/lib/snmp/test/snmp_agent_nfilter_test.erl
@@ -25,7 +25,7 @@
%%----------------------------------------------------------------------
%% Include files
%%----------------------------------------------------------------------
--include("test_server.hrl").
+-include_lib("test_server/include/test_server.hrl").
-include("snmp_test_lib.hrl").
@@ -33,7 +33,7 @@
%% External exports
%%----------------------------------------------------------------------
-export([
- all/1,
+ all/0,
init_per_testcase/2, end_per_testcase/2
]).
@@ -64,8 +64,8 @@ end_per_testcase(_Case, Config) when is_list(Config) ->
%%======================================================================
%% Test case definitions
%%======================================================================
-all(_) ->
- ?SKIP(not_yet_implemented).
+all() ->
+ {skip,not_yet_implemented}.
%%======================================================================