You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/06/20 08:18:26 UTC

[jira] Assigned: (HARMONY-4243) [classlib][jndi] Class LdapName.endsWith() has some failures

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

Tony Wu reassigned HARMONY-4243:
--------------------------------

    Assignee: Tony Wu

> [classlib][jndi] Class LdapName.endsWith() has some failures
> ------------------------------------------------------------
>
>                 Key: HARMONY-4243
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4243
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: windows and linux
>            Reporter: Kelvin Ye
>            Assignee: Tony Wu
>         Attachments: harmony-4243.diff
>
>
> Class LdapName.endsWith() will fail the following case, but RI passes.
>         LinkedList<Rdn> test = new LinkedList<Rdn>();
>         test.add(new Rdn("t3=test3"));
>         assertTrue(new LdapName("t3=test3,t2=test2,t=test").endsWith(test));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.