added SessionDeleteHasMany and SessionDeleteHasManyToMany tests

This commit is contained in:
2026-05-26 15:50:32 +02:00
parent 85e6ee4b93
commit b22a830d18
3 changed files with 86 additions and 1 deletions
+2 -1
View File
@@ -25,6 +25,8 @@ set(TEST_SOURCES
../../../test/backends/SequenceFixture.cpp
../../../test/backends/SequenceFixture.hpp
../../../test/backends/SequenceTest.cpp
../../../test/backends/SessionDeleteHasMany.cpp
../../../test/backends/SessionDeleteHasManyToMany.cpp
../../../test/backends/SessionFixture.cpp
../../../test/backends/SessionFixture.hpp
../../../test/backends/SessionInsertBelongsTo.cpp
@@ -46,7 +48,6 @@ set(TEST_SOURCES
../../../test/models/user.hpp
../../../test/utils/RecordPrinter.cpp
../../../test/utils/RecordPrinter.hpp
../../../test/backends/SessionDeleteHasMany.cpp
)
set(LIBRARY_TEST_TARGET PostgresTests)