[
https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRSHARED-31.
----------------------------------------
Resolution: Fixed
Fixed in
http://svn.apache.org/viewvc?rev=798801&view=rev
> 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
> Assignee: Emmanuel Lecharny
> Fix For: 0.9.15
>
>
> 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.