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 b32837e9b4 FINERACT-2390: Fix `infinite loop` issue
     new adc4ee3545 FINERACT-2389: Fix the handling of nullable field overrides
     new 8a86759773 FINERACT-2389: Fix the handling of nullable field overrides 
- 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:
 .../test/data/loanproduct/DefaultLoanProduct.java  |   2 +
 .../global/LoanProductGlobalInitializerStep.java   |  49 +++++++++
 .../stepdef/loan/LoanOverrideFieldsStepDef.java    | 120 +++++++++++++++++++++
 .../fineract/test/stepdef/loan/LoanStepDef.java    |  80 ++++++++++++++
 .../fineract/test/support/TestContextKey.java      |   2 +
 .../resources/features/LoanDelinquency.feature     |  32 ++++++
 .../resources/features/LoanOverrideFileds.feature  |  62 +++++++++++
 .../loanaccount/api/LoansApiResourceSwagger.java   |  10 ++
 .../service/LoanScheduleAssembler.java             |  30 +++---
 .../integrationtests/BaseLoanIntegrationTest.java  |  30 ++++--
 .../DelinquencyActionIntegrationTests.java         |  10 +-
 .../common/loans/LoanProductTestBuilder.java       |   4 +-
 .../InitiateExternalAssetOwnerTransferTest.java    |   4 +-
 13 files changed, 406 insertions(+), 29 deletions(-)
 create mode 100644 
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanOverrideFieldsStepDef.java
 create mode 100644 
fineract-e2e-tests-runner/src/test/resources/features/LoanOverrideFileds.feature

Reply via email to