You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/05/23 12:54:29 UTC

[jira] Created: (HARMONY-495) Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException

Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException
--------------------------------------------------------------------------------------------------------------------

         Key: HARMONY-495
         URL: http://issues.apache.org/jira/browse/HARMONY-495
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Richard Liang
    Priority: Minor


Hello,

I will try to attach the serialization test for these classes.

Best regard,
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


[jira] Resolved: (HARMONY-495) Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-495?page=all ]
     
Mikhail Loenko resolved HARMONY-495:
------------------------------------

    Resolution: Fixed

intergated in revision 409403
ser-files were renamed to follow conventions:
http://incubator.apache.org/harmony/subcomponents/classlibrary/ser_testing.html
Richard please check that it was applied as expected


> Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-495
>          URL: http://issues.apache.org/jira/browse/HARMONY-495
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-495.zip
>
> Hello,
> I will try to attach the serialization test for these classes.
> Best regard,
> 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


[jira] Assigned: (HARMONY-495) Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-495?page=all ]

Mikhail Loenko reassigned HARMONY-495:
--------------------------------------

    Assign To: Mikhail Loenko

> Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-495
>          URL: http://issues.apache.org/jira/browse/HARMONY-495
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-495.zip
>
> Hello,
> I will try to attach the serialization test for these classes.
> Best regard,
> 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


[jira] Closed: (HARMONY-495) Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-495?page=all ]
     
Mikhail Loenko closed HARMONY-495:
----------------------------------


verified by Richard

> Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-495
>          URL: http://issues.apache.org/jira/browse/HARMONY-495
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-495.zip
>
> Hello,
> I will try to attach the serialization test for these classes.
> Best regard,
> 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


[jira] Updated: (HARMONY-495) Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-495?page=all ]

Richard Liang updated HARMONY-495:
----------------------------------

    Attachment: Harmony-495.zip

Hello,

Would you please try the patch? Thanks a lot.

1) Unzip the attachment to modules/luni
2) execute the script: 01.JIRA495.sh
3) apply patch 02.JIRA495.java.net.diff

Best regards,
Richard.

> Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-495
>          URL: http://issues.apache.org/jira/browse/HARMONY-495
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Priority: Minor
>  Attachments: Harmony-495.zip
>
> Hello,
> I will try to attach the serialization test for these classes.
> Best regard,
> 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


[jira] Commented: (HARMONY-495) Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-495?page=comments#action_12413353 ] 

Richard Liang commented on HARMONY-495:
---------------------------------------

Hello Mikhail,

Thanks a lot. The fix works fine.

Best regards,
Richard

> Java 5 Enhancement: serialization tests for java.net.InetAddress, java.net.Inet4Address, java.net.HttpRetryException
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-495
>          URL: http://issues.apache.org/jira/browse/HARMONY-495
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-495.zip
>
> Hello,
> I will try to attach the serialization test for these classes.
> Best regard,
> 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