This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 1a8b173 Simplify Assertions #113. 1a8b173 is described below commit 1a8b17300c3c78ce893af2ac8a390b41ff348953 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jun 23 07:25:26 2021 -0400 Simplify Assertions #113. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7511f11..a2ad46b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -109,7 +109,7 @@ The <action> type attribute can be add,update,fix,remove. Remove redundant initializers #98. </action> <action issue="DBCP-577" dev="ggregory" type="fix" due-to="Arturo Bernal"> - Simplify test assertions #100. + Simplify test assertions #100, #113. </action> <action issue="DBCP-573" dev="ggregory" type="fix" due-to="Réda Housni Alaoui, Gary Gregory"> DataSource implementations do not implement Wrapper interface correctly #93.