https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
Filip Hanik changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #6 from Christopher Schultz ---
Sorry, yes, I meant "fail()".
As for "throws Exception" doesn't that change a failure into an "error" when
JUnit runs?
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #5 from Konstantin Kolinko ---
(In reply to comment #3)
> FWIW, test cases using the following idiom:
> (..)
> can be written somewhat more simply like this:
>
> try {
> props
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
Glen Taylor changed:
What|Removed |Added
Attachment #29836|application/octet-stream|text/plain
mime type|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
Glen Taylor changed:
What|Removed |Added
Attachment #29835|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #3 from Christopher Schultz ---
FWIW, test cases using the following idiom:
caught = null;
try {
props.getJdbcInterceptorsAsArray();
} catch (Exception e) {
ca
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #2 from Glen Taylor ---
Created attachment 29835
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29835&action=edit
New unit test for parser
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #1 from Glen Taylor ---
Created attachment 29833
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29833&action=edit
Patch for PoolProperties.java
--
You are receiving this mail because:
You are the assignee for the b