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 326d2c68c6 Merge pull request #6359
add 263235a461 FINERACT-2790: Progressive Loan - MIR after ReAge causes
NoSuchElementException
new fe803089c7 Merge pull request #6347
The 1 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:
...dvancedPaymentScheduleTransactionProcessor.java | 10 +-
.../loanproduct/calc/ProgressiveEMICalculator.java | 10 +-
...cedPaymentScheduleTransactionProcessorTest.java | 99 ++++++++++++
.../calc/ProgressiveEMICalculatorTest.java | 68 ++++++++
...chantIssuedRefundAdditionalInstallmentTest.java | 171 +++++++++++++++++++++
5 files changed, 354 insertions(+), 4 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ProgressiveLoanMerchantIssuedRefundAdditionalInstallmentTest.java