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 cb4c66302a FINERACT-1968: added e2e test cases for progressive Loan 
schedule handling - interest handling (FLAT interest, Daily, Equal installments)
     new 68bfd7a3f8 FINERACT-2308: Allow approval / disbursal above loan 
applied amount for multidisbursal progressive loan that does expect tranches
     new 7b7118dfba FINERACT-2308: added e2e tests for approved over applied 
amount for loan that expects tranches

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  |   1 +
 .../global/LoanProductGlobalInitializerStep.java   |  37 +++++
 .../fineract/test/stepdef/loan/LoanStepDef.java    |  10 ++
 .../fineract/test/support/TestContextKey.java      |   1 +
 .../src/test/resources/features/Loan.feature       |  62 +++++++++
 .../test/resources/features/LoanProduct.feature    |  14 ++
 .../DelinquencyReadPlatformServiceImpl.java        |   6 +-
 .../portfolio/loanproduct/domain/LoanProduct.java  |   8 --
 .../portfolio/loanproduct.validation.feature       |   2 -
 .../LoanProductOverAppliedAmountTest.java          | 152 +++++++++++++++++++++
 10 files changed, 282 insertions(+), 11 deletions(-)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanProductOverAppliedAmountTest.java

Reply via email to