Added Net::LDAP::Filter.parse_ber and associated helper methods and tests.

This commit is contained in:
blackhedd 2007-05-05 02:44:32 +00:00
parent bc1129fcf1
commit da882af074
4 changed files with 143 additions and 16 deletions

View file

@ -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."