summaryrefslogtreecommitdiff
path: root/slicer/db/testPatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/db/testPatch.cpp')
-rw-r--r--slicer/db/testPatch.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/slicer/db/testPatch.cpp b/slicer/db/testPatch.cpp
index 7c52ea6..5dc5991 100644
--- a/slicer/db/testPatch.cpp
+++ b/slicer/db/testPatch.cpp
@@ -11,15 +11,15 @@
#include <types.h>
// LCOV_EXCL_START
-BOOST_TEST_DONT_PRINT_LOG_VALUE(TestModule::DateTime);
-BOOST_TEST_DONT_PRINT_LOG_VALUE(TestModule::IsoDate);
-BOOST_TEST_DONT_PRINT_LOG_VALUE(TestDatabase::Timespan);
-BOOST_TEST_DONT_PRINT_LOG_VALUE(DB::PrimaryKey);
+BOOST_TEST_DONT_PRINT_LOG_VALUE(TestModule::DateTime)
+BOOST_TEST_DONT_PRINT_LOG_VALUE(TestModule::IsoDate)
+BOOST_TEST_DONT_PRINT_LOG_VALUE(TestDatabase::Timespan)
+BOOST_TEST_DONT_PRINT_LOG_VALUE(DB::PrimaryKey)
// LCOV_EXCL_STOP
BOOST_GLOBAL_FIXTURE(StandardMockDatabase);
-BOOST_FIXTURE_TEST_SUITE(db, ConnectionFixture);
+BOOST_FIXTURE_TEST_SUITE(db, ConnectionFixture)
BOOST_AUTO_TEST_CASE(insert_builtins)
{
@@ -40,4 +40,4 @@ BOOST_AUTO_TEST_CASE(insert_builtins)
BOOST_REQUIRE_EQUAL(cols, tp.cols);
}
-BOOST_AUTO_TEST_SUITE_END();
+BOOST_AUTO_TEST_SUITE_END()