renamed session test files

This commit is contained in:
2024-02-01 17:16:53 +01:00
parent f13837e515
commit 27353e011a
6 changed files with 194 additions and 209 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ message(STATUS "postgresql connection string: ${POSTGRES_CONNECTION_STRING}")
set(TEST_SOURCES
../../tests/QueryTest.cpp
../../tests/SessionTest.cpp
../../tests/QueryTest.cpp
../../tests/ConnectionTest.cpp
../../tests/SessionRecordTest.cpp
../../tests/QueryRecordTest.cpp
../../tests/StatementTest.cpp
../../tests/TypeTraitsTest.cpp
../../tests/StatementCacheTest.cpp)