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 8488918b3b FINERACT-2181: Update dependencies
new e7b6722e54 FINERACT-2181: Add missing swagger definition for
addAndDeleteDisbursementDetail request
new d1154c59ba FINERACT-2181: added e2e automation tests for expected
tranches with disbursements 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:
.../apache/fineract/test/api/ApiConfiguration.java | 6 +
.../fineract/test/factory/LoanRequestFactory.java | 9 +
.../fineract/test/helper/ErrorMessageHelper.java | 19 +
.../fineract/test/stepdef/loan/LoanStepDef.java | 348 ++++++++--
.../fineract/test/support/TestContextKey.java | 1 +
.../test/resources/features/EMICalculation.feature | 706 +++++++++++++++++++++
.../src/test/resources/features/LoanCharge.feature | 4 +-
.../portfolio/loanaccount/domain/Loan.java | 2 +-
.../api/LoanDisbursementDetailApiResource.java | 4 +
.../LoanDisbursementDetailApiResourceSwagger.java | 39 +-
.../ProgressiveLoanTrancheTest.java | 13 +-
.../common/loans/LoanTransactionHelper.java | 11 +
12 files changed, 1066 insertions(+), 96 deletions(-)
copy
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanScheduleApiResourceSwagger.java
=>
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanDisbursementDetailApiResourceSwagger.java
(53%)