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 18fbbc2d9d Merge pull request #6071
add e3c8261591 FINERACT-2669: Fix bulk-import template HTTP 500 when a
client or office name contains an apostrophe
new f4bf935101 Merge pull request #6074
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 | 6 +-
.../LoanRepaymentWorkbookPopulator.java | 5 +-
.../AbstractWorkbookPopulatorSanitizeTest.java | 67 ++++++++++++++++++++++
3 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/bulkimport/populator/AbstractWorkbookPopulatorSanitizeTest.java