You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/06 07:00:27 UTC

[jira] Updated: (HARMONY-2944) [classlib][luni]No Exception was thrown when shutdown the input/output of a Socket twice

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

Tony Wu updated HARMONY-2944:
-----------------------------

    Summary: [classlib][luni]No Exception was thrown when shutdown the input/output of a Socket twice  (was: [classlib][luni]No Exception was thrown when shutdown the input/output of a Socet twice)

> [classlib][luni]No Exception was thrown when shutdown the input/output of a Socket twice
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2944
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>            Priority: Trivial
>
> Following testcase throws SocketException on RI whereas returns silently on Harmony 
>    public void test() throws IOException {
>         Socket s = new Socket("0.0.0.0",0,false);
>         s.shutdownInput();
>         s.shutdownInput();
>     }

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