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 a591f26546 FINERACT-2318: add LoanApplicationModifiedBusinessEvent &
LoanWithdrawnByApplicantBusinessEvent
new bf040561ab FINERACT-2181: Not allow Reschedule loan with interest rate
change from / to zero
new 71e763115e FINERACT-2181: add e2e test for validation of reschedule
loan with interest rate change from / to zero
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:
.../test/data/LoanRescheduleErrorMessage.java | 4 +-
.../test/stepdef/loan/LoanRescheduleStepDef.java | 4 +-
.../test/resources/features/LoanReschedule.feature | 138 +++++++++++++++++++++
.../RescheduleLoansApiConstants.java | 1 +
.../LoanRescheduleRequestDataValidatorImpl.java | 13 +-
...gressiveLoanRescheduleRequestDataValidator.java | 3 +-
...PaymentAllocationLoanRepaymentScheduleTest.java | 109 ++++++++++++++++
7 files changed, 266 insertions(+), 6 deletions(-)