This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 03bbad21e8 FINERACT-2181: Remove unnecessary long to int conversion
new d32ddc91df FINERACT-2204: Fix accrual activity reversal logic: prevent
duplicate reverse-replay, copy external ID correctly
new 0b2e0c33a7 FINERACT-2204: [TEST] - Fix accrual activity reversal
logic: prevent duplicate reverse-replay, copy external ID correctly Based on
the work of @tamasszabo-dpc and @peter-kovacs-dpc
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../fineract/test/helper/ErrorMessageHelper.java | 4 +
.../test/messaging/event/EventCheckHelper.java | 2 +-
.../fineract/test/stepdef/loan/LoanStepDef.java | 85 +++++
.../resources/features/LoanAccrualActivity.feature | 368 ++++++++++++++++++++-
.../LoanAccrualActivityProcessingServiceImpl.java | 9 +-
5 files changed, 463 insertions(+), 5 deletions(-)