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 6d2dc0be74 Merge pull request #5900
add fb45b63196 FINERACT-2165: Fix LoanAccountLockHelper return type
new b0d4465766 Merge pull request #5914
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:
.../integrationtests/BaseLoanIntegrationTest.java | 6 +--
.../fineract/integrationtests/BatchApiTest.java | 6 +--
.../ClientSavingsIntegrationTest.java | 39 ++++++++-------
.../DelinquencyAndChargebackIntegrationTest.java | 22 ++++-----
.../DelinquencyBucketsIntegrationTest.java | 30 ++++++------
.../integrationtests/FixedDepositTest.java | 4 +-
.../FloatingRateInterestRecalculationTest.java | 6 +--
...oanAccountArrearsAgeingCOBBusinessStepTest.java | 2 +-
.../LoanAccountBackdatedDisbursementTest.java | 28 +++++------
.../LoanAccountOverpaidDateStatusTest.java | 2 +-
...nWithOverlappingDownPaymentInstallmentTest.java | 16 +++----
.../LoanAccountRepaymentCalculationTest.java | 8 ++--
...ccrualTransactionOnChargeSubmittedDateTest.java | 41 ++++++++--------
.../LoanAccrualTransactionReversalTest.java | 2 +-
.../LoanCOBAccountLockCatchupInlineCOBTest.java | 49 +++++++++----------
.../LoanCOBCatchUpInstanceModeIntegrationTest.java | 2 +-
.../LoanCatchUpIntegrationTest.java | 10 ++--
.../LoanChargeOffAccountingTest.java | 12 ++---
.../LoanChargeSpecificDueDateTest.java | 22 ++++-----
...rHandlingWithAdvancedPaymentAllocationTest.java | 2 +-
...nMultipleDisbursementRepaymentScheduleTest.java | 8 ++--
...ProductRepaymentStartDateConfigurationTest.java | 12 ++---
.../LoanRepaymentScheduleWithDownPaymentTest.java | 14 +++---
.../LoanTransactionChargebackTest.java | 10 ++--
...nReprocessForAdvancedPaymentAllocationTest.java | 2 +-
.../ProductMixIntegrationTest.java | 9 ++--
.../RepaymentReverseExternalIdTest.java | 2 +-
.../SavingsAccountTransactionTest.java | 2 +-
...gsAccountTransactionsSearchIntegrationTest.java | 2 +-
.../SavingsInterestPostingIntegrationTest.java | 2 +-
.../SavingsInterestPostingJobIntegrationTest.java | 6 +--
.../integrationtests/SchedulerJobsTestResults.java | 26 +++++-----
...ndoRepaymentWithDownPaymentIntegrationTest.java | 6 +--
.../integrationtests/cob/CobPartitioningTest.java | 4 +-
.../common/BusinessDateHelper.java | 55 ++++------------------
.../integrationtests/common/ProductMixHelper.java | 51 +++++---------------
.../common/SchedulerJobHelper.java | 2 +-
.../common/loans/LoanAccountLockHelper.java | 44 ++++-------------
.../datatable/DatatableAdvancedQueryTest.java | 4 +-
.../inlinecob/InlineLoanCOBTest.java | 44 ++++++++---------
.../ExternalAssetOwnerTransferCancelTest.java | 4 +-
.../ExternalAssetOwnerTransferTest.java | 6 +--
.../InitiateExternalAssetOwnerTransferTest.java | 6 +--
43 files changed, 260 insertions(+), 370 deletions(-)