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 ec24f30f5a Merge pull request #5832
add a08f1d6fb7 FINERACT-1341: Fix NumberFormatException in bulk import
when loan account number is alphanumeric
new 5f45dda86a Merge pull request #5823
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:
.../guarantor/GuarantorWorkbookPopulator.java | 4 +-
.../guarantor/GuarantorWorkbookPopulatorTest.java | 73 +++++++++++++++++++++
.../LoanRepaymentWorkbookPopulatorTest.java | 74 ++++++++++++++++++++++
3 files changed, 148 insertions(+), 3 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/guarantor/GuarantorWorkbookPopulatorTest.java
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/loanrepayment/LoanRepaymentWorkbookPopulatorTest.java