renamed record_printer to RecordPrinter
This commit is contained in:
parent
e58b7b9b0d
commit
25405de2e0
|
|
@ -44,8 +44,8 @@ set(TEST_SOURCES
|
||||||
../../../test/models/model_metas.hpp
|
../../../test/models/model_metas.hpp
|
||||||
../../../test/models/types.hpp
|
../../../test/models/types.hpp
|
||||||
../../../test/models/user.hpp
|
../../../test/models/user.hpp
|
||||||
../../../test/utils/record_printer.cpp
|
../../../test/utils/RecordPrinter.cpp
|
||||||
../../../test/utils/record_printer.hpp
|
../../../test/utils/RecordPrinter.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LIBRARY_TEST_TARGET PostgresTests)
|
set(LIBRARY_TEST_TARGET PostgresTests)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue