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/08/17 12:12:13 UTC

[jira] Created: (HARMONY-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size

[classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size
--------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-1213
                 URL: http://issues.apache.org/jira/browse/HARMONY-1213
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Richard Liang


Hello,

tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size. This test case pass on Harmony, but fail on RI. 

I will attach a patch to fix this issue. and will also refactor write(byte[],int,int) method and adds some testcase to test exception orders.

Best regards,
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-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size

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

Richard Liang updated HARMONY-1213:
-----------------------------------

    Attachment: Harmony-1213.diff

Hello,

Would you please try this patch? Thanks a lot.

Best regards,
Richard

> [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1213
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1213
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Attachments: Harmony-1213.diff
>
>
> Hello,
> tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size. This test case pass on Harmony, but fail on RI. 
> I will attach a patch to fix this issue. and will also refactor write(byte[],int,int) method and adds some testcase to test exception orders.
> Best regards,
> 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-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size

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

Mark Hindess resolved HARMONY-1213.
-----------------------------------

    Resolution: Fixed

Applied in r432226.  Please check it has been applied as you expected.


> [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1213
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1213
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Mark Hindess
>         Attachments: Harmony-1213.diff
>
>
> Hello,
> tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size. This test case pass on Harmony, but fail on RI. 
> I will attach a patch to fix this issue. and will also refactor write(byte[],int,int) method and adds some testcase to test exception orders.
> Best regards,
> 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-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size

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

Mark Hindess reassigned HARMONY-1213:
-------------------------------------

    Assignee: Mark Hindess

> [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1213
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1213
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Mark Hindess
>         Attachments: Harmony-1213.diff
>
>
> Hello,
> tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size. This test case pass on Harmony, but fail on RI. 
> I will attach a patch to fix this issue. and will also refactor write(byte[],int,int) method and adds some testcase to test exception orders.
> Best regards,
> 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-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size

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

Hello Mark,

The fix looks good. Thanks a lot.

Best regards,
Richard

> [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1213
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1213
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Mark Hindess
>         Attachments: Harmony-1213.diff
>
>
> Hello,
> tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size. This test case pass on Harmony, but fail on RI. 
> I will attach a patch to fix this issue. and will also refactor write(byte[],int,int) method and adds some testcase to test exception orders.
> Best regards,
> 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-1213) [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size

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

Mark Hindess closed HARMONY-1213.
---------------------------------


Verified by Richard.


> [classlib][luni] tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1213
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1213
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Richard Liang
>         Assigned To: Mark Hindess
>         Attachments: Harmony-1213.diff
>
>
> Hello,
> tests.api.java.io.BufferedOutputStreamTest.test_write$BII should not depend on the default buf size. This test case pass on Harmony, but fail on RI. 
> I will attach a patch to fix this issue. and will also refactor write(byte[],int,int) method and adds some testcase to test exception orders.
> Best regards,
> 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