[ https://issues.apache.org/jira/browse/HARMONY-6569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885517#action_12885517
]
Hudson commented on HARMONY-6569:
---------------------------------
Integrated in Harmony-1.5-head-linux-x86_64 #882 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/882/])
Apply patch for HARMONY-6569 ([classlib][nio]Socket from SocketChannel should return the
local address after a bind)
> [classlib][nio]Socket from SocketChannel should return the local address after a bind.
> --------------------------------------------------------------------------------------
>
> Key: HARMONY-6569
> URL: https://issues.apache.org/jira/browse/HARMONY-6569
> Project: Harmony
> Issue Type: Bug
> Environment: All
> Reporter: Li Jing Qin
> Assignee: Tim Ellison
> Fix For: 5.0M15
>
> Attachments: HARMONY-6569.diff
>
>
> Given simple test case:
> Socket socket = SocketChannel.open().socket();
> socket.bind(address);
> Calling socket.getLocalAddress() should return the bind address, not just null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|