adamsaghy commented on code in PR #6271: URL: https://github.com/apache/fineract/pull/6271#discussion_r3795164811
########## integration-tests/src/test/java/org/apache/fineract/integrationtests/loan/penalty/LoanPenaltyBackdatedTransactionTest.java: ########## @@ -35,8 +35,10 @@ import org.apache.fineract.integrationtests.common.charges.ChargesHelper; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Order; import org.junit.jupiter.api.Test; +@Order(2) Review Comment: Marked with @Order(2) all integration tests which executes: -POST_INTEREST_FOR_SAVINGS -ADD_ACCRUAL_ENTRIES -ADD_PERIODIC_ACCRUAL_ENTRIES -ADD_PERIODIC_ACCRUAL_ENTRIES_FOR_LOANS_WITH_INCOME_POSTED_AS_TRANSACTIONS -ADD_PERIODIC_ACCRUAL_ENTRIES_FOR_SAVINGS_WITH_INCOME_POSTED_AS_TRANSACTIONS Marked with @Order(1) all integration tests which executes: - LOAN_COB - WORKING_CAPITAL_LOAN_COB_JOB - SavingsInterestPostingTest These tests to be executed before the tests that are not marked with order. -- 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]
