You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2009/04/15 12:48:14 UTC

[jira] Resolved: (HARMONY-6150) [classlib][luni] Move ScannerTest out of the exclude list

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

Tim Ellison resolved HARMONY-6150.
----------------------------------

    Resolution: Fixed

Jim,

I applied a modified version of the patch at repo revision r765125 since I had to comment out more failing tests all related to the same Locale("ar", "AE").

If you verify this patch then we can open a new JIRA to re-enable those individual tests.



> [classlib][luni] Move ScannerTest out of the exclude list
> ---------------------------------------------------------
>
>                 Key: HARMONY-6150
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6150
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Jim Yu
>            Assignee: Tim Ellison
>         Attachments: HARMONY-6150.diff
>
>
> Currently, we have three testcase failures for Scanner.  Fortunately,  there is only one failing testcase which is caused by Scanner itself.  And I've already got a fix for that failure and raised a JIRA HARMONY-6147 for it . The other two [1] are caused by DecimalFormat instance for Locale("ar", "AE") which rely on text module. After applying the patch of HARMONY-6147, we can comment the failing part of these two testcase and add a note there. Then we can move the ScannerTest out of the exclude list safely. 
> [1]
> test_nextFloat()
> test_hasNextFloat()

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