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/04/06 04:46:32 UTC

[jira] Resolved: (HARMONY-3580) [classlib][luni] Add some test cases

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

Paulex Yang resolved HARMONY-3580.
----------------------------------

    Resolution: Fixed

Robert, patch applied at revision r526037, thanks a lot, please verify.

> [classlib][luni] Add some test cases 
> -------------------------------------
>
>                 Key: HARMONY-3580
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3580
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Robert Hu
>         Assigned To: Paulex Yang
>            Priority: Minor
>         Attachments: HARMONY-3580.diff
>
>
> Test cases for some API methods in java.lang package are missing. They're:
> java.lang.IllegalArgumentException.IllegalArgumentException(String, Throwable)
> java.lang.ProcessBuilder.start ()
> java.lang.SecurityException.SecurityException(String, Throwable)
> java.lang.SecurityException.(Throwable)
> java.lang.String.contentEquals(StringBuffer)
> java.lang.StringBuffer.indexOf (String, int)
> java.lang.StringBuffer.lastIndexOf (String, int)
> I'll provide a patch for them.

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