Description
public void tearDown() throws SQLException
{ dropTable("t1"); dropTable("t2"); }Should call super.tearDown() to close and release connection and statements.
Attachments
Attachments
Issue Links
- blocks
-
DERBY-5726 Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses
- Closed