diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-26 19:52:15 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-26 19:52:15 +0000 |
commit | b5326ead7bdb119632c3dd2420a94a5da9d56b1d (patch) | |
tree | f3e939b8c28ed3e4cb4155efe81abe6607a564f0 /p2pvr/daemon/unittests/testp2ice.cpp | |
parent | Tidy up and alias glibmm and libxml++ refs (diff) | |
parent | Enable hidden visibility and LTO (diff) | |
download | p2pvr-b5326ead7bdb119632c3dd2420a94a5da9d56b1d.tar.bz2 p2pvr-b5326ead7bdb119632c3dd2420a94a5da9d56b1d.tar.xz p2pvr-b5326ead7bdb119632c3dd2420a94a5da9d56b1d.zip |
Merge branch 'p2pvr-slicer'p2pvr-0.1.3
Diffstat (limited to 'p2pvr/daemon/unittests/testp2ice.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testp2ice.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/p2pvr/daemon/unittests/testp2ice.cpp b/p2pvr/daemon/unittests/testp2ice.cpp index dc584b6..6eece19 100644 --- a/p2pvr/daemon/unittests/testp2ice.cpp +++ b/p2pvr/daemon/unittests/testp2ice.cpp @@ -27,9 +27,8 @@ void unloadTests() { BOOST_REQUIRE_THROW(RowSetFactory::get("P2PVR-SI-GetEvent"), AdHoc::NoSuchPluginException); - // Known issue, these *should* unload, but for some reason, don't. - BOOST_WARN_THROW(StreamFactory::get("p2pvrrecordingstream"), AdHoc::NoSuchPluginException); - BOOST_WARN_THROW(StreamFactory::get("p2pvrservicestream"), AdHoc::NoSuchPluginException); + BOOST_REQUIRE_THROW(StreamFactory::get("p2pvrrecordingstream"), AdHoc::NoSuchPluginException); + BOOST_REQUIRE_THROW(StreamFactory::get("p2pvrservicestream"), AdHoc::NoSuchPluginException); } BOOST_GLOBAL_FIXTURE( TestAppInstance ); |