ruby-net-ldap/tests/testsnmp.rb

23 lines
157 B
Ruby
Raw Normal View History

2006-12-15 11:03:27 +01:00
# $Id$
#
#
$:.unshift "lib"
require 'net/ldap'
require 'stringio'
class TestSnmp < Test::Unit::TestCase
def setup
end
def teardown
end
end