diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-24 00:30:43 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-24 00:30:43 +0100 |
commit | a60f57957d6c2cff4a8822f0f6eae6c427647f34 (patch) | |
tree | 0fc7a67abe7e12e44743d8b60a6cedd4b0a3f1c5 | |
parent | Const connection pointers (diff) | |
download | slicer-a60f57957d6c2cff4a8822f0f6eae6c427647f34.tar.bz2 slicer-a60f57957d6c2cff4a8822f0f6eae6c427647f34.tar.xz slicer-a60f57957d6c2cff4a8822f0f6eae6c427647f34.zip |
Fix test names
-rw-r--r-- | slicer/db/testUpdate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slicer/db/testUpdate.cpp b/slicer/db/testUpdate.cpp index 518021c..11ddf2c 100644 --- a/slicer/db/testUpdate.cpp +++ b/slicer/db/testUpdate.cpp @@ -1,4 +1,4 @@ -#define BOOST_TEST_MODULE db_insert +#define BOOST_TEST_MODULE db_update #include <boost/test/unit_test.hpp> #include <boost/date_time/posix_time/posix_time_io.hpp> #include <mock.h> @@ -98,7 +98,7 @@ BOOST_AUTO_TEST_CASE( update_builtins_seq ) BOOST_REQUIRE_EQUAL(ubis.back()->mstring, ubis2.front()->mstring); } -BOOST_AUTO_TEST_CASE( insert_unsupportedModel ) +BOOST_AUTO_TEST_CASE( update_unsupportedModel ) { auto db = DBPtr(DB::MockDatabase::openConnectionTo("pqmock")); TestModule::ClassMap cm; |