diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-14 03:20:20 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-14 03:20:20 +0100 |
commit | 1eaa6683947f4ebe74c29b4844b47efb352f9a3b (patch) | |
tree | a887a65f8699e7dbf46e8d50c25b575e50d498b2 /p2pvr/daemon/unittests/testp2ice.cpp | |
parent | Switch to using project2's own DB mocking framework (diff) | |
download | p2pvr-1eaa6683947f4ebe74c29b4844b47efb352f9a3b.tar.bz2 p2pvr-1eaa6683947f4ebe74c29b4844b47efb352f9a3b.tar.xz p2pvr-1eaa6683947f4ebe74c29b4844b47efb352f9a3b.zip |
Compatibility with AppInstance and ExecContext changes
Diffstat (limited to 'p2pvr/daemon/unittests/testp2ice.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testp2ice.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p2pvr/daemon/unittests/testp2ice.cpp b/p2pvr/daemon/unittests/testp2ice.cpp index 23fcbdc..4d29cc9 100644 --- a/p2pvr/daemon/unittests/testp2ice.cpp +++ b/p2pvr/daemon/unittests/testp2ice.cpp @@ -4,6 +4,7 @@ #include <testOptionsSource.h> #include <definedDirs.h> #include <sourceObject.h> +#include <testAppInstance.h> const boost::filesystem::path variant = BinDir.leaf(); const boost::filesystem::path compiler = BinDir.parent_path().leaf(); @@ -29,6 +30,8 @@ unloadTests() BOOST_WARN_THROW(ElementLoader::getFor("p2pvrservicestream"), NotSupported); } +BOOST_GLOBAL_FIXTURE( TestAppInstance ); + BOOST_AUTO_TEST_CASE( compile_client_clientOnly ) { TestOptionsSource::LoadTestOptions({ }); |