We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1c083 commit 9471294Copy full SHA for 9471294
test/test_ldap_connection.rb
@@ -1,6 +1,6 @@
1
require 'common'
2
3
-class TestLDAP < Test::Unit::TestCase
+class TestLDAPConnection < Test::Unit::TestCase
4
def test_modify_ops_delete
5
args = { :operations => [ [ :delete, "mail" ] ] }
6
result = Net::LDAP::Connection.modify_ops(args[:operations])
0 commit comments