diff options
Diffstat (limited to 'p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp b/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp index 79990cb..b109c04 100644 --- a/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp +++ b/p2pvr/daemon/unittests/testSqlSelectDeserializer.cpp @@ -10,6 +10,7 @@ #include <boost/filesystem/operations.hpp> #include <definedDirs.h> #include <commonHelpers.h> +#include "mockDefs.h" typedef boost::shared_ptr<DB::SelectCommand> SelectPtr; @@ -22,6 +23,9 @@ class TestCommonObjects : public CommonObjects { }); } }; + +BOOST_GLOBAL_FIXTURE( StandardMockDatabase ); + BOOST_FIXTURE_TEST_SUITE ( Sql, TestCommonObjects ); BOOST_AUTO_TEST_CASE( listOfEvents ) |