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/12/11 07:48:22 UTC

[jira] Assigned: (HARMONY-2508) [classlib][archive]Inflater.inflate throws DataFormatException if it needs input on Harmony while RI not.

     [ http://issues.apache.org/jira/browse/HARMONY-2508?page=all ]

Richard Liang reassigned HARMONY-2508:
--------------------------------------

    Assignee: Richard Liang

> [classlib][archive]Inflater.inflate throws DataFormatException if it needs input on Harmony while RI not.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2508
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2508
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Leo Li
>         Assigned To: Richard Liang
>         Attachments: patch-2508.diff
>
>
> Here is a testcase:
> public void test() throws Exception{
>         Inflater inflater = new Inflater();
>         byte[] b = new byte[1024];        
>         assertEquals(0, inflater.inflate(b));
>         inflater.end();    
> }
> RI passes.
> Harmony fails.

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