You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "deven you (JIRA)" <ji...@apache.org> on 2009/03/16 11:19:50 UTC

[jira] Commented: (HARMONY-6119) [classlib][luni]org.apache.harmony.luni.tests.java.lang.CharacterTest.test_isDirectionaliy_I failure

    [ https://issues.apache.org/jira/browse/HARMONY-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682268#action_12682268 ] 

deven you commented on HARMONY-6119:
------------------------------------

This failure only occur with icu4j 4.0, since icu4j 4.0 comply with Unicode standard 5.1. I think we can modify the testcase first and wait for upgrading to icu4.0.

> [classlib][luni]org.apache.harmony.luni.tests.java.lang.CharacterTest.test_isDirectionaliy_I failure
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6119
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6119
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: deven you
>             Fix For: 5.0M8
>
>         Attachments: CharsetTest_isDirectionality.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Error Message
> expected:<2> but was:<6>
> Stacktrace
> junit.framework.AssertionFailedError: expected:<2> but was:<6>
> at org.apache.harmony.luni.tests.java.lang.CharacterTest.test_isDirectionaliy_I(CharacterTest.java:1670)
> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:197)
> This issue is caused since Unicode standard 5.1 has changed the directionality category of unicode point 0x0600 from AL to AN. So the corresponding test case in test_isDirectionaliy_I should be modified to comply with this change. I have put the patch to correct it.

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