[
https://issues.apache.org/jira/browse/DERBY-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel John Debrunner updated DERBY-3448:
-----------------------------------------
Attachment: derby_3448_dbtasks_cleanup.txt
Minor cleanup of DbTasks class
- no need to implement Thread since it is never used as a thread
- don't set system property for authorization as it is set in the required
derby.properties
- fix mt issue for getting connections (remove shared properties object)
- don't have if != null checks for objects that cannot be null.
> Allow the MailJdbc system test to run under junit.
> --------------------------------------------------
>
> Key: DERBY-3448
> URL: https://issues.apache.org/jira/browse/DERBY-3448
> Project: Derby
> Issue Type: Improvement
> Components: Test
> Reporter: Daniel John Debrunner
> Priority: Minor
> Attachments: derby_3448_dbtasks_cleanup.txt
>
>
> It would be good to get the mailjdbc test to run under junit to allow use of
> the utilities there and decorators such as running the test getting all
> connections from a data source with a statement caching.
> Could still allow the test to run standalone in its current form
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.