Skip to content

Commit 9471294

Browse files
author
Jerry Cheung
committed
make class name unique
1 parent ca1c083 commit 9471294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ldap_connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'common'
22

3-
class TestLDAP < Test::Unit::TestCase
3+
class TestLDAPConnection < Test::Unit::TestCase
44
def test_modify_ops_delete
55
args = { :operations => [ [ :delete, "mail" ] ] }
66
result = Net::LDAP::Connection.modify_ops(args[:operations])

0 commit comments

Comments
 (0)