ruby-net-ldap/tests/testfilter.rb

27 lines
188 B
Ruby
Raw Normal View History

2006-05-15 20:36:24 +02:00
# $Id$
#
#
require 'test/unit'
$:.unshift "lib"
require 'net/ldap'
class TestFilter < Test::Unit::TestCase
def setup
end
def teardown
end
def test_rfc_2254
end
end