#1719: VacationSendMailServiceTest.kt
projectforge-business/src/test/kotlin/org/projectforge/business/vacation/service/VacationSendMailServiceTest.kt Test, projectforge-business/src/test/kotlin/org/projectforge/business/vacation/service/VacationSendMailServiceTest.kt 201 lines · 159 code · 24 comments · 18 blank
Test class for Vacation functionality.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
176cb32d7 WIP: Gradle
3aeda5ef5 Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).
67805f2fc ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).