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

commit 918874b842cc20af07a035d126d5d498adccb9f1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 23 15:27:53 2023 -0400

    [COLLECTIONS-839] Migrate Map tests to JUnit 5 assertions #391
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c8751783c..2568d21dd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -120,6 +120,9 @@
     <action issue="COLLECTIONS-806" type="fix" dev="ggregory" due-to="Piyush 
Sagar">
       Remove use of JUnit4 junit.framework.Test class #371.
     </action>
+    <action issue="COLLECTIONS-839" type="fix" dev="ggregory" due-to="Sam Ng, 
Gary Gregory, Bruno P. Kinoshita">
+      Migrate Map tests to JUnit 5 assertions #391.
+    </action>
     <!-- ADD -->
     <action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira 
Seneviratne">
       Add tests for MapUtils.

Reply via email to