27 lines
188 B
Ruby
27 lines
188 B
Ruby
|
# $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
|
||
|
|