This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 25fd822b003acd92294f2ef522b226a3a16c1bc8 Author: Peter Kovacs <[email protected]> AuthorDate: Fri Nov 21 10:27:56 2025 +0100 FINERACT-2354: Re-age - Excess payment handling - Default Behavior, interestRecalculation = true, without dueDate change - missing testRailIds added --- .../src/test/resources/features/LoanReAging.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature b/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature index d3f68b6ccb..7f7294dff8 100644 --- a/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature +++ b/fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature @@ -4691,6 +4691,7 @@ Feature: LoanReAging | 01 May 2024 | Accrual | 1.07 | 0.0 | 1.07 | 0.0 | 0.0 | 0.0 | false | false | | 01 May 2024 | Accrual Activity | 0.39 | 0.0 | 0.39 | 0.0 | 0.0 | 0.0 | false | false | + @TestRailId:C4233 Scenario: Verify allowing Re-aging on interest bearing loan - Interest calculation: Default Behavior - with NEXT_INSTALLMENT allocation rule and partial repayment - UC5.3 When Admin sets the business date to "01 January 2024" When Admin creates a client with random data
