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

[jira] Resolved: (HARMONY-3887) [classlib][jndi] Method size() of class Rdn will throw Exception when RI passes

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

Paulex Yang resolved HARMONY-3887.
----------------------------------

    Resolution: Fixed

Kelvin, patch applied at r540864, please verify, thanks.

> [classlib][jndi] Method size() of class Rdn will throw Exception when RI passes
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-3887
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3887
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>         Assigned To: Paulex Yang
>         Attachments: harmony-3887.diff
>
>
> Method size() of Class javax.naming.ldap.Rdn will throw Exception when I construct a Rdn with a string. Please see the following sample test code.
>     public void testSize() throws Exception {
>         Rdn rdn = new Rdn("t = #20 ");
>         assertEquals(1, rdn.size());
>     }
> Harmony will throw InvalidNameException, but RI will return 1 for rdn.size().

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