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/04/24 11:34:06 UTC

[jira] Commented: (HARMONY-399) test/java/tests/api/java/net/Inet6AddressTest.java doesn't follow JUnit exception handling convention.

    [ http://issues.apache.org/jira/browse/HARMONY-399?page=comments#action_12375993 ] 

Richard Liang commented on HARMONY-399:
---------------------------------------

Hi, Tim

The fix looks good.

Please close this issue. 

Thanks a lot.

> test/java/tests/api/java/net/Inet6AddressTest.java doesn't follow JUnit exception handling convention.
> ------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-399
>          URL: http://issues.apache.org/jira/browse/HARMONY-399
>      Project: Harmony
>         Type: Test

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: luni.src.diff
>
> The following code doesn't follow JUnit exception handling convention. 
> try {
>     Inet6Address.getByAddress("123", addr2, 3);
> } catch (UnknownHostException e) {
>     fail("no exception should be thrown");
> }

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