You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Rajesh Kartha <ka...@gmail.com> on 2006/02/23 00:54:39 UTC

Test jdbcapi/resultsetJdbc30.java fails on wctme5.7 (j9)

The test jdbc/api/resultsetJdbc30.java failed on wctme5.7 (j9) with the
following diffs:

   derbyall/derbyall.fail:jdbcapi/resultsetJdbc30.java

> holdable result set was not closed on exception
> non-holdable result set was not closed on exception

This looks like a left over from DERBY-976.

Please find attached a patch to update the respective master file. Can
someone review and commit it.

Regards,
Rajesh

Re: Test jdbcapi/resultsetJdbc30.java fails on wctme5.7 (j9)

Posted by Andrew McIntyre <mc...@gmail.com>.
On 2/22/06, Rajesh Kartha <ka...@gmail.com> wrote:
> The test jdbc/api/resultsetJdbc30.java failed on wctme5.7 (j9) with the
> following diffs:
>
>     derbyall/derbyall.fail:jdbcapi/resultsetJdbc30.java
>
>  > holdable result set was not closed on exception
>  > non-holdable result set was not closed on exception
>
>  This looks like a left over from DERBY-976.
>
>  Please find attached a patch to update the respective master file. Can
>  someone review and commit it.

Committed revision 379996.

andrew