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 39a8d5c63e FINERACT-2181: Installment amount in multiples of should be
inherited from loan product to loan level
new 56e89ba544 FINERACT-2211: Second disbursement error fix
new a687227f33 INERACT-2211: added e2e test for validation of bug fix
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 | 44 ++++++
.../fineract/test/support/TestContextKey.java | 1 +
.../src/test/resources/features/LoanCBR.feature | 117 ++++++++++++++++
...dvancedPaymentScheduleTransactionProcessor.java | 53 ++++++++
...cedPaymentScheduleTransactionProcessorTest.java | 66 +++++++++
...ogressiveLoanDisbursementAfterMaturityTest.java | 149 +++++++++++++++++++++
7 files changed, 431 insertions(+)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ProgressiveLoanDisbursementAfterMaturityTest.java