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 "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2012/04/24 17:03:35 UTC

[jira] [Updated] (DERBY-5720) UngroupedAggregatesNegativeTest doesn't call super.tearDown()

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

Knut Anders Hatlen updated DERBY-5720:
--------------------------------------

    Attachment: d5720-1a.diff

The attached patch adds the missing call.
                
> UngroupedAggregatesNegativeTest doesn't call super.tearDown()
> -------------------------------------------------------------
>
>                 Key: DERBY-5720
>                 URL: https://issues.apache.org/jira/browse/DERBY-5720
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>         Attachments: d5720-1a.diff
>
>
>     public void tearDown() throws SQLException {
>         dropTable("t1");
>         dropTable("t2");
>     }
> Should call super.tearDown() to close and release connection and statements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira