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 a0a6d3aa14 FINERACT-2169: Apply dto in
ClientCollateralManagementApiResource
new ba3aa80b7c FINERACT-2215: charge-off fix for reversed transactions
new 741cdb1e42 FINERACT-2215: added e2e tests for charge-off handling
reversed transactions
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/test/helper/ErrorMessageHelper.java | 6 +
.../fineract/test/stepdef/loan/LoanStepDef.java | 52 +--
.../test/resources/features/LoanChargeOff.feature | 463 +++++++++++++++++++++
.../portfolio/loanaccount/domain/LoanBuilder.java | 435 +++++++++++++++++++
...nWritePlatformServiceJpaRepositoryImplTest.java | 262 ++++++++++++
5 files changed, 1193 insertions(+), 25 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/portfolio/loanaccount/domain/LoanBuilder.java
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImplTest.java