[
https://issues.apache.org/jira/browse/DERBY-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erlend Birkenes updated DERBY-3568:
-----------------------------------
Attachment: DERBY-3568_2.diff
Here is my second attempt.
- I moved database setup to CleanDatabaseSetup and decorateSQL so it only
happens once. setUp() now only makes sure that AutoCommit is off.
- I now keep everything local in the fixtures.
- Instead of !TestUtil.isNetFramework() I now use usingEmbedded() in
BaseJDBCTestCase.
- I changed JCC to client in comments.
- I now assertSQLState when catching exception.
- I don't catch unexpected exceptions anymore.
- Added the test to jdbcapi._Suite
- Removed the test from the jdbcapi suite in the old harness
- Removed masters.
- Ran suites.All and derbyall.
> Convert jdbcapi/savepointJdbc30_JSR169.java and
> jdbcapi/savepointJdbc30_XA.java to JUnit
> ----------------------------------------------------------------------------------------
>
> Key: DERBY-3568
> URL: https://issues.apache.org/jira/browse/DERBY-3568
> Project: Derby
> Issue Type: Test
> Components: Newcomer, Test
> Reporter: Kathey Marsden
> Assignee: Erlend Birkenes
> Priority: Minor
> Attachments: DERBY-3568.diff, DERBY-3568_2.diff
>
>
> These are the last two in the jdk14 suite and might be a good beginner task.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.