LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName
-----------------------------------------------------------------------
Key: DIRSHARED-31
URL: https://issues.apache.org/jira/browse/DIRSHARED-31
Project: Directory Shared
Issue Type: Bug
Affects Versions: 0.9.12
Reporter: Joerg Schaible
assertTrue("Ending DN fails with ADS LdapDN", new
LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapDN("dc=apache,dc=org")));
assertTrue("Ending DN fails with Java LdapName", new
LdapDN("ou=foo,dc=apache,dc=org").endsWith(new LdapName("ou=foo")));
==> second assertion fails, simply not implemented (in contrast to startWith).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.