diff options
Diffstat (limited to 'p2pvr/daemon/unittests/testStorage.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testStorage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p2pvr/daemon/unittests/testStorage.cpp b/p2pvr/daemon/unittests/testStorage.cpp index 5480566..973e93b 100644 --- a/p2pvr/daemon/unittests/testStorage.cpp +++ b/p2pvr/daemon/unittests/testStorage.cpp @@ -10,9 +10,10 @@ #include <storage.h> #include <boost/lexical_cast.hpp> #include <commonHelpers.h> +#include <testAppInstance.h> const boost::filesystem::path rootDir = "/tmp/ut/p2pvr/recordings"; -class Core { +class Core : public TestAppInstance { public: Core() { |