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 0d0c520fa2 Merge pull request #5647
add 40d49f47c9 FINERACT-1897: Fix NPE when requestedShares is null during
share account creation
new 089afe7ee2 Merge pull request #5652
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:
.../fineract/client/util/FineractClient.java | 3 +
.../serialization/ShareAccountDataSerializer.java | 6 +-
.../ShareAccountCreationValidationTest.java | 89 ++++++++++++++++++++++
3 files changed, 96 insertions(+), 2 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/ShareAccountCreationValidationTest.java