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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new b46dfd2 Replace test asserts #139
b46dfd2 is described below
commit b46dfd26a17b76e50aede6657ec3658ff5bb131e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 2 20:02:04 2022 -0500
Replace test asserts #139
Replace test asserts by simpler but equivalent calls. #139
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7aeead5..6901234 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@
<action type="fix" dev="ggregory" due-to="Arturo Bernal">
Use final #141.
</action>
+ <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+ Replace test asserts by simpler but equivalent calls. #139
+ </action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="SethiPandi">
Implement Iterable in ImmutableNode #74.