diff options
Diffstat (limited to 'p2pvr/daemon/unittests/testStorage.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testStorage.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/p2pvr/daemon/unittests/testStorage.cpp b/p2pvr/daemon/unittests/testStorage.cpp index f186f4f..5e7032c 100644 --- a/p2pvr/daemon/unittests/testStorage.cpp +++ b/p2pvr/daemon/unittests/testStorage.cpp @@ -1,6 +1,6 @@ #define BOOST_TEST_MODULE Storage #include <boost/test/unit_test.hpp> -#include <boost/filesystem/operations.hpp> +#include <filesystem> #include <options.h> #include <Ice/ObjectAdapter.h> #include <Ice/Service.h> @@ -16,7 +16,6 @@ using namespace P2PVR; using namespace P2PVR::Testing; -const boost::filesystem::path storageRootDir = "/tmp/ut/p2pvr/recordings"; namespace P2PVR { namespace Testing { class TestService : public StandardMockDatabase { |