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 0769b41b26 FINERACT-2169: Refactor standing instruction api controller;
new 89f7fd257c FINERACT-1981: progressive loan disbursement charge fixes
new 5f4f7ef95f FINERACT-1981: added e2e tests for disbursement charge
feature
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:
.../charge/api/ChargesApiResourceSwagger.java | 42 +
.../charge/domain/ChargeCalculationType.java | 4 +-
.../fineract/test/data/ChargeProductType.java | 6 +-
.../apache/fineract/test/data/TransactionType.java | 3 +-
.../test/data/loanproduct/DefaultLoanProduct.java | 4 +
.../test/factory/LoanProductsRequestFactory.java | 128 ++
.../global/ChargeGlobalInitializerStep.java | 10 +-
.../global/LoanProductGlobalInitializerStep.java | 126 ++
.../test/stepdef/common/JournalEntriesStepDef.java | 54 +
.../fineract/test/stepdef/loan/ChargeStepDef.java | 51 +
.../fineract/test/stepdef/loan/LoanStepDef.java | 218 +++
.../fineract/test/support/TestContextKey.java | 6 +
.../src/test/resources/features/LoanCharge.feature | 2005 +++++++++++++++++++-
.../loanaccount/domain/LoanTransaction.java | 3 +-
.../loanaccount/api/LoansApiResourceSwagger.java | 4 +-
.../loanaccount/service/LoanChargeAssembler.java | 49 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 5 +-
.../ProgressiveLoanUndoDisbursementTest.java | 68 +
18 files changed, 2753 insertions(+), 33 deletions(-)
create mode 100644
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/ChargeStepDef.java
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ProgressiveLoanUndoDisbursementTest.java