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 2006/06/29 13:17:32 UTC

[jira] Resolved: (HARMONY-592) java.lang.Enum does not deserialize correctly

     [ http://issues.apache.org/jira/browse/HARMONY-592?page=all ]
     
Tim Ellison resolved HARMONY-592:
---------------------------------

    Resolution: Fixed

Thanks for the patch Richard.

Applied to LUNI module at repo revision r418009.

Please check that the patch was applied as you expected.



>  java.lang.Enum does not deserialize correctly
> ----------------------------------------------
>
>          Key: HARMONY-592
>          URL: http://issues.apache.org/jira/browse/HARMONY-592
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: 01.Harmony592.diff, 592.zip, new_592.zip
>
> Hello,
> Deserialized Enum object doesn't equal to the original object. The following test will pass on RI, but fail on Harmony. I will try to attach patch soon :-)
> public void test_serialization() throws Exception {
>         assertTrue(SerializationTester.assertEquals(Sample.CURLY));
>     }
> Best regards,
> Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira