You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2009/06/06 12:16:07 UTC

[jira] Updated: (DIRSHARED-31) LdapDN.endsWith(javax.naming.Name) fails for javax.naming.ldap.LdapName

     [ https://issues.apache.org/jira/browse/DIRSHARED-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSHARED-31:
---------------------------------------

    Fix Version/s:     (was: 0.9.14)
                   0.9.15

Moved to 0.9.15 (0.9.14 has been released)

> 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.