diff options
Diffstat (limited to 'p2pvr/daemon/unittests/testStorage.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testStorage.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/p2pvr/daemon/unittests/testStorage.cpp b/p2pvr/daemon/unittests/testStorage.cpp index 9e15662..ebbddcc 100644 --- a/p2pvr/daemon/unittests/testStorage.cpp +++ b/p2pvr/daemon/unittests/testStorage.cpp @@ -13,7 +13,12 @@ #include <definedDirs.h> #include "mockDefs.h" +using namespace P2PVR; +using namespace P2PVR::Testing; + const boost::filesystem::path storageRootDir = "/tmp/ut/p2pvr/recordings"; +namespace P2PVR { +namespace Testing { class TestService : public PQ::Mock, public IceTray::DryIce { public: TestService() : @@ -26,6 +31,8 @@ class TestService : public PQ::Mock, public IceTray::DryIce { { } }; +} +} BOOST_GLOBAL_FIXTURE( TestService ); |