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 fec6588ba3 Merge pull request #6183
add 974244d37b FINERACT-2712: Fix duplicate defined name 500 in loan and
savings opening templates
new 7b75d63d74 Merge pull request #6184
The 1 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:
.../populator/AbstractWorkbookPopulator.java | 12 ++-
.../populator/loan/LoanWorkbookPopulator.java | 21 ++++-
.../savings/SavingsWorkbookPopulator.java | 14 ++-
.../populator/loan/LoanWorkbookPopulatorTest.java | 101 +++++++++++++++++++++
.../savings/SavingsWorkbookPopulatorTest.java | 75 +++++++++++++++
5 files changed, 216 insertions(+), 7 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/loan/LoanWorkbookPopulatorTest.java
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/savings/SavingsWorkbookPopulatorTest.java