Description
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.
Attachments
Attachments
Issue Links
- blocks
-
DERBY-5726 Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses
- Closed