Added test module for filters
This commit is contained in:
parent
fe40fa1ef9
commit
8b7b74ac16
|
@ -7,5 +7,6 @@ require 'tests/testber'
|
|||
require 'tests/testldif'
|
||||
require 'tests/testldap'
|
||||
require 'tests/testpsw'
|
||||
require 'tests/testfilter'
|
||||
|
||||
|
||||
|
|
26
tests/testfilter.rb
Normal file
26
tests/testfilter.rb
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $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
|
||||
|
Loading…
Reference in a new issue