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 6cff9d5c1d Merge pull request #6181
add 6cc15e0fe9 FINERACT-2708: Fix duplicate defined name 500 in
bulk-import transaction templates
new d562314ee1 Merge pull request #6180
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:
.../FixedDepositTransactionWorkbookPopulator.java | 8 ++-
...curringDepositTransactionWorkbookPopulator.java | 8 ++-
.../SavingsTransactionsWorkbookPopulator.java | 8 ++-
...xedDepositTransactionWorkbookPopulatorTest.java | 83 ++++++++++++++++++++++
...ingDepositTransactionWorkbookPopulatorTest.java | 83 ++++++++++++++++++++++
.../SavingsTransactionsWorkbookPopulatorTest.java | 82 +++++++++++++++++++++
6 files changed, 266 insertions(+), 6 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/fixeddeposits/FixedDepositTransactionWorkbookPopulatorTest.java
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/recurringdeposit/RecurringDepositTransactionWorkbookPopulatorTest.java
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/savings/SavingsTransactionsWorkbookPopulatorTest.java