AshharAhmadKhan commented on PR #5590: URL: https://github.com/apache/fineract/pull/5590#issuecomment-4056654201
@adamsaghy the failure on `7bad2f6` was a date bug in the test, not in the service. When I computed `INTEREST_POSTED_DATE` I was using today's date, but Fineract actually books the interest posting at the last day of the posting period which is the end of the month containing the activation date. All the other FD tests in this file use that same end-of-activation-month pattern and I missed it. The fix in `259cc66` resets `todaysDate` to one month back and advances it to the end of that month before formatting the date, which is exactly what the rest of the test suite does. The journal entry assertions, the balance check and the reversed transaction check are all still there unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
