J2EEDataSourceTest throws away stack trace for many errors
----------------------------------------------------------
Key: DERBY-3425
URL: https://issues.apache.org/jira/browse/DERBY-3425
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.4.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Minor
Attachments: stack.diff
Many of the test cases in J2EEDataSourceTest call fail() from within a catch
block. Instead, they should just let the exception be thrown and let JUnit
handle it. This way the stack trace will be preserved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.