Added Net::LDAP::Filter.parse_ber and associated helper methods and tests.
This commit is contained in:
parent
bc1129fcf1
commit
da882af074
4 changed files with 143 additions and 16 deletions
5
Rakefile
5
Rakefile
|
@ -75,6 +75,11 @@ task :test_snmp do |t|
|
|||
run_test_set t, ['tests/testsnmp.rb', 'tests/testber.rb']
|
||||
end
|
||||
|
||||
desc "(Provisional) Run tests for filters"
|
||||
task :test_filters do |t|
|
||||
run_test_set t, ['tests/testfilter.rb']
|
||||
end
|
||||
|
||||
spec = eval(File.read("net-ldap.gemspec"))
|
||||
spec.version = $version
|
||||
desc "Build the RubyGem for #$name."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue