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 10:57:50 UTC

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

[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

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.


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

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu reassigned HARMONY-6119:
---------------------------------

    Assignee: Regis Xu

> [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
>            Assignee: Regis Xu
>             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.


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

Posted by "deven you (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

deven you closed HARMONY-6119.
------------------------------


This jira has been verified, Thanks!

> [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
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         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.


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

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu resolved HARMONY-6119.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.0M8)
                   5.0M10

Thanks Deven,

Patch applied at r765875, please verify it was applied as you expected.

> [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
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         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.


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

Posted by "deven you (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

deven you updated HARMONY-6119:
-------------------------------

    Attachment: CharsetTest_isDirectionality.diff

> [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.


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

Posted by "deven you (JIRA)" <ji...@apache.org>.
    [ 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.