You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kelvin Ye (JIRA)" <ji...@apache.org> on 2007/06/19 09:07:17 UTC

[jira] Closed: (HARMONY-4228) [classlib][jndi] Rdn.toAttributes() returns different result from RI

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

Kelvin Ye closed HARMONY-4228.
------------------------------


Verified. It's OK. Thanks very much!

> [classlib][jndi] Rdn.toAttributes() returns different result from RI
> --------------------------------------------------------------------
>
>                 Key: HARMONY-4228
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4228
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: linux and windows
>            Reporter: Kelvin Ye
>            Assignee: Tony Wu
>         Attachments: harmony-4228.diff
>
>
> class Rdn will fail the following test case, but RI passes.
>             Rdn rdn1 = new Rdn("t", "test");
>             Rdn rdn2 = new Rdn("t = test + t = test");
>             assertFalse(rdn1.equals(rdn2));
>             assertEquals(rdn1.toAttributes(), rdn2.toAttributes());            

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