You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/03 00:50:25 UTC

[commons-pool] branch master updated: Simplify test assertion

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 <ga...@users.noreply.github.com>
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().