Tests for the employee selection/filter panel used in ProjectForge's financial bookkeeping (Fibu) module when assigning employees to projects and tasks.
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
176cb32d7 WIP: Gradle
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
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).
9013a5208 Migration stuff in progress...
3ba7a5fb6 Migration stuff in progress...
1135ccbca Persistence: functions renamed: *NewTrans -> *InTrans
b095e6f7d !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
9f874e26c MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
f070a11e8 Employee.birthday/eintrittsdatum/austrittsdatum: Date -> LocalDate (including Flyway db-update-script)
7c79f1922 Copyright of source header -> 2020.
c04cc0193 Heavy WIP: session -> em
20e07f9d1 All tests are now migrated. Only 5 of 178 tests using JUnit 4 (due to Powermock). 170 tests are now based on JUnit 5 - Jupiter.
f46333761 TestNG and JUnit4 replaced by JUnit5. Some tests (with powermock) are still JUnit4. No more TestNG tests exist.
63d38274c AbstractBase -> AbstractTestBase. AddressTest migrated to JUnit Jupiter as a first proof.
3227a96ba static variables moved AbstractTestNGBase -> AbstractBase.
5173b6102 AbstractBase -> AbstractTestNGBase | AbstractJunitBase
9ebb88522 Initial commit