From 615ae0a3758a921e6ab1713e5e480df01d1a1993 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Mon, 2 Apr 2012 18:36:12 +0200 Subject: [snmp/manager] Updated manager test suite to use only the api Updated manager test suite to use only the api. The test cases that tested the old api (01), are now skipped. OTP-10027 --- lib/snmp/test/snmp_test_lib.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/snmp/test/snmp_test_lib.erl') diff --git a/lib/snmp/test/snmp_test_lib.erl b/lib/snmp/test/snmp_test_lib.erl index e327456bc4..f0abae73e8 100644 --- a/lib/snmp/test/snmp_test_lib.erl +++ b/lib/snmp/test/snmp_test_lib.erl @@ -324,7 +324,7 @@ fail(Reason, Mod, Line) -> skip(Reason, Module, Line) -> String = lists:flatten(io_lib:format("Skipping ~p(~p): ~p~n", [Module, Line, Reason])), - exit({skipped, String}). + exit({skip, String}). %% ---------------------------------------------------------------- -- cgit v1.2.3