initial add of SNMP test module

This commit is contained in:
blackhedd 2006-12-15 10:03:27 +00:00
parent 6748040918
commit 0871f7bdfa

22
tests/testsnmp.rb Normal file
View file

@ -0,0 +1,22 @@
# $Id$
#
#
$:.unshift "lib"
require 'net/ldap'
require 'stringio'
class TestSnmp < Test::Unit::TestCase
def setup
end
def teardown
end
end