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/19 08:14:26 UTC

[jira] Assigned: (HARMONY-4229) [classlib][jndi] Class Rdn.unescapeValue() has some failures

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

Tony Wu reassigned HARMONY-4229:
--------------------------------

    Assignee: Tony Wu

> [classlib][jndi] Class Rdn.unescapeValue() has some failures
> ------------------------------------------------------------
>
>                 Key: HARMONY-4229
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4229
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: linux and windows
>            Reporter: Kelvin Ye
>            Assignee: Tony Wu
>         Attachments: harmony-4229.diff
>
>
> Class Rdn will fail in the following test cases, but RI will pass. 
>             assertEquals("te st  ", Rdn.unescapeValue("te st \\  "));
>             assertEquals("te\\st", Rdn.unescapeValue("te\\\\st"));
>             assertEquals("test", Rdn.unescapeValue("\"test\""));
>             assertEquals("\"test", Rdn.unescapeValue("\"test"));
>             assertEquals("\"te\"st", Rdn.unescapeValue("\"te\"st"));
>             assertEquals("te\"st", Rdn.unescapeValue("\"te\"st\""));
>             assertEquals("test", Rdn.unescapeValue(" \"test\"  "));
>             assertEquals("\"test\"  ", Rdn.unescapeValue(" \"test\" \\ "));
>             assertEquals("te1st\\", Rdn.unescapeValue(" \"te\\31st\\\" "));

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