[DBCP-504] Increase test coverage. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/bf8c42ba Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/bf8c42ba Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/bf8c42ba
Branch: refs/heads/release Commit: bf8c42ba890eb82a33710b2519c0216fd0033a85 Parents: 64a13ee Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue Jul 3 19:56:24 2018 -0400 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue Jul 3 19:56:24 2018 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/bf8c42ba/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f01b979..820ee67 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -79,6 +79,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" issue="DBCP-508" due-to="Gary Gregory"> Prepared statement keys should take a Connection's schema into account. </action> + <action dev="ggregory" type="update" issue="DBCP-504" due-to="Bruno P. Kinoshita"> + Increase test coverage. + </action> </release> <release version="2.4.0" date="2018-06-12" description="This is a minor release, including bug fixes and enhancements."> <action dev="ggregory" type="fix" issue="DBCP-484" due-to="Emanuel Freitas">