Knut Anders Hatlen created DERBY-5711:
-----------------------------------------

             Summary: NullsTest doesn't call super.tearDown()
                 Key: DERBY-5711
                 URL: https://issues.apache.org/jira/browse/DERBY-5711
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.9.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen


NullsTest has the following tearDown() method:

    public void tearDown() throws SQLException{
        getConnection().setAutoCommit(true);
    }

Since it doesn't call super.tearDown(), it doesn't release connections 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

        

Reply via email to