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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new f55a384  Simplify test assertion
f55a384 is described below

commit f55a384681b83ffa410fa4576ba1ad91c9644b1f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 2 19:50:22 2022 -0500

    Simplify test assertion
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07ba100..e5fae08 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" issue="POOL-402" due-to="Cp-John, Phil 
Steitz, Bruno P. Kinoshita, Gary Gregory">
        Check blockWhenExhausted in hasBorrowWaiters #116.
     </action>
+    <action dev="ggregory" type="fix" due-to="Arturo Bernal">
+       Simplify test assertion with similar call but simpler. #131.
+    </action>       
     <!-- ADD -->
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add PooledObject.getFullDuration().

Reply via email to