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 04ef438 commit e520d62Copy full SHA for e520d62
test/test_entry.rb
@@ -13,12 +13,6 @@ def test_empty_array_when_accessing_nonexistent_attribute
13
assert_equal [], @entry['sn']
14
end
15
16
- def test_empty_attribute_by_method
17
- skip "Net::LDAP::Entry#valid_attribute? requires an attribute to be defined first"
18
- # What is the valid encoding for attribute names?
19
- assert_equal [], @entry.sn
20
- end
21
-
22
def test_attribute_assignment
23
@entry['sn'] = 'Jensen'
24
assert_equal ['Jensen'], @entry['sn']
0 commit comments