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 bbf797fc34 FINERACT-2226: Added e2e tests for testing repayment
reversal issue after charge off and MIR
new 509cbd8b19 FINERACT-2264: Interest pause issue - Interest calculation
start again in case of early repayment during interest period
new d7f321bc65 FINERACT-2264: added e2e tests for incorrect interest
handling in case of early repayment in the middle of interest pause
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/loanproduct/DefaultLoanProduct.java | 1 +
.../global/LoanProductGlobalInitializerStep.java | 31 +
.../fineract/test/support/TestContextKey.java | 1 +
.../test/resources/features/EMICalculation.feature | 1 -
.../src/test/resources/features/Loan.feature | 2 -
.../resources/features/LoanAccrualActivity.feature | 31 +-
.../resources/features/LoanInterestPause.feature | 721 +++++++++++++++++++++
.../loanproduct/calc/data/InterestPeriod.java | 7 +
.../data/ProgressiveLoanInterestScheduleModel.java | 3 +-
9 files changed, 770 insertions(+), 28 deletions(-)