[
https://issues.apache.org/jira/browse/DERBY-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477212
]
Knut Anders Hatlen commented on DERBY-2382:
-------------------------------------------
Thanks for addressing my comments. One more thing about tearDown(): The call to
super.tearDown() needs to be moved to the end of the method. Since
getConnection() is called after super.tearDown(), the connection is
reinitialized and won't be garbage collected.
> Convert casting.java to Junit
> -----------------------------
>
> Key: DERBY-2382
> URL: https://issues.apache.org/jira/browse/DERBY-2382
> Project: Derby
> Issue Type: Task
> Components: Test
> Affects Versions: 10.3.0.0
> Reporter: Kathey Marsden
> Assigned To: Kathey Marsden
> Priority: Minor
> Fix For: 10.3.0.0
>
> Attachments: DERBY_2382.diff
>
>
> Convert casting.java to Junit
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.