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 8fe9dbc614 FINERACT-2327: when Interest Refund was created manually,
we should only return the newly created Interest Refund transaction identifiers
in the result.
add 641dbe26d7 FINERACT-2317: Fix updating the available disbursed amount
to zero after loan approval
add 4f27d5a225 FINERACT-2317: added e2e tests for update available disb
amount validation with zero value
No new revisions were added by this update.
Summary of changes:
.../fineract/test/helper/ErrorMessageHelper.java | 4 +
.../fineract/test/stepdef/loan/LoanStepDef.java | 26 ++
.../src/test/resources/features/Loan.feature | 274 ----------------
.../LoanUpdateAvailableDisbursementAmount.feature | 347 +++++++++++++++++++++
.../LoanApprovedAmountValidatorImpl.java | 12 +-
.../LoanModifyApprovedAmountTest.java | 6 +-
6 files changed, 389 insertions(+), 280 deletions(-)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanUpdateAvailableDisbursementAmount.feature