You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2008/07/02 13:28:45 UTC

[jira] Resolved: (HARMONY-5816) The RasterTest fails due to the failing of testGetPixels() method

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

Mark Hindess resolved HARMONY-5816.
-----------------------------------

    Resolution: Fixed

Thanks Tharindu.

Fixed in r673361.  I didn't use your patch but made the minimal change:

-                    new DataBufferByte(new byte[191], 5),
+                    new DataBufferByte(new byte[191], 6),

instead.  I didn't see much point in adding the extra temporary variable - unless I'm missing something - if so please say so.

Please verify that this resolves the issue (and if so comment and close the JIRA).


> The RasterTest fails due to the failing of testGetPixels() method
> -----------------------------------------------------------------
>
>                 Key: HARMONY-5816
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5816
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tharindu Mathew
>            Assignee: Mark Hindess
>            Priority: Minor
>         Attachments: rasterTestFix.patch, RasterTestFix.patch
>
>
> The RasterTest fails due to a regressing test named testGetPixels() failing. The test throws a Data Buffer too small RasterException rather than the expected ArrayOutofBoundsException.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.