# $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