Skip to content

Commit 9dc1362

Browse files
author
Jerry Cheung
committed
remove unused integration test
1 parent f26c961 commit 9dc1362

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/integration/test_ber.rb

-14
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,4 @@ def test_true_ber_encoding
2727
assert_includes Net::LDAP::ResultCodesSearchSuccess,
2828
@ldap.get_operation_result.code, "should be a successful search operation"
2929
end
30-
31-
def test_ber_encoding_message_id_greater_than_128
32-
@ldap.open do |client|
33-
256.times {
34-
entries = client.search \
35-
base: "dc=rubyldap,dc=com",
36-
filter: "(uid=user1)",
37-
size: 1
38-
assert_equal "uid=user1,ou=People,dc=rubyldap,dc=com", entries.first.dn
39-
}
40-
message_id = client.instance_variable_get('@open_connection').instance_variable_get('@msgid')
41-
assert_operator message_id, :>, 256 # includes non-search messages
42-
end
43-
end
4430
end

0 commit comments

Comments
 (0)