This is an automated email from the ASF dual-hosted git repository.
aleks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 23080c5041 FINERACT-2354: e2e tests for N+1 installment with re-age trn
new 000ebb4c1d FINERACT-2326: Reprocessing loan internal api for testing
purpose
new e1cfbb4d20 FINERACT-2326: Reprocessing loan internal api for testing
purpose - E2E tests
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/client/util/FineractClient.java | 3 +
.../apache/fineract/test/api/ApiConfiguration.java | 6 +
.../test/stepdef/loan/LoanReprocessStepDef.java | 35 +--
.../resources/features/LoanAccrualActivity.feature | 349 +++++++++++++++++++++
.../src/test/resources/features/LoanCharge.feature | 4 +-
.../features/LoanMerchantIssuedRefund.feature | 2 +-
.../domain/LoanTransactionRepository.java | 11 +
...dvancedPaymentScheduleTransactionProcessor.java | 20 +-
.../fineract/cob/api/InternalCOBApiResource.java | 11 +
.../CollectionSheetReadPlatformServiceImpl.java | 6 +-
.../service/CenterReadPlatformServiceImpl.java | 6 +-
.../adjustment/LoanAdjustmentServiceImpl.java | 2 -
...PaymentAllocationLoanRepaymentScheduleTest.java | 146 +++++++++
.../integrationtests/common/loans/CobHelper.java | 18 +-
14 files changed, 577 insertions(+), 42 deletions(-)
copy
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/service/DataEnricherProcessor.java
=>
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanReprocessStepDef.java
(52%)