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:06:58 UTC

[jira] Closed: (HARMONY-4211) [classlib][jndi] Rdn.hashCode() returns different value for the same rdn strings

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

Kelvin Ye closed HARMONY-4211.
------------------------------


Verified. It's OK. Thanks very much!

> [classlib][jndi] Rdn.hashCode() returns different value for the same rdn strings
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4211
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4211
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: linux and windows
>            Reporter: Kelvin Ye
>            Assignee: Tony Wu
>         Attachments: harmony-4211.diff
>
>
> The following test case will pass in RI, but fails in harmony.
>         int x = new Rdn("t= #20").hashCode();
>         int y = new Rdn("t= #20").hashCode();
>         assertTrue(x == y);

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