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 342806f commit 04ef438Copy full SHA for 04ef438
test/test_entry.rb
@@ -11,6 +11,11 @@ def test_dn
11
12
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
0 commit comments