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 242cea39f4 FINERACT-2421: Update actions/upload-artifact digest to
ea165f8
new 45dbe77fe3 FINERACT-2522: Max disb amount validation issue in case
multidisb loan with expected tranches and overApplied enabled
new c06317b690 FINERACT-2522: added e2e tests for max disb that expects
tranches amount validation with approved over applied setting
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 +
.../fineract/test/stepdef/loan/LoanStepDef.java | 13 ++
.../test/resources/features/EMICalculation.feature | 4 +-
.../src/test/resources/features/Loan.feature | 179 ++++++++++++++++++++-
.../serialization/LoanDisbursementValidator.java | 20 +--
.../LoanTransactionValidatorImpl.java | 11 +-
.../service/LoanDisbursementService.java | 2 +-
.../ClientLoanIntegrationTest.java | 4 +-
8 files changed, 212 insertions(+), 25 deletions(-)