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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 0d75ce1 [BCEL-342] Migrate test suite to JUnit Jupiter #68.
0d75ce1 is described below
commit 0d75ce16ca652b3722daa3d2ad5144e26748e2d7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 5 14:31:34 2020 -0400
[BCEL-342] Migrate test suite to JUnit Jupiter #68.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 04e18da..4778f34 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="6.5.1" date="2020-MM-DD" description="TBD.">
<action type="fix" dev="ggregory" due-to="Mark Roberts,
Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action>
+ <action issue="BCEL-342" type="update" dev="ggregory" due-to="Allon
Murienik, Gary Gregory">Migrate test suite to JUnit Jupiter #68.</action>
<!-- UPDATES -->
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update tests from Apache Commons Lang 3.10 to 3.11.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update commons-parent from 50 to 51.</action>