mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Require DDS 2.5.42 and adapt to most recent API change
This commit is contained in:
committed by
Dennis Klein
parent
5b47df3014
commit
33b5a2a342
@@ -32,7 +32,6 @@ TEST(TopologyHelper, MakeTopology)
|
||||
auto nativeSession(std::make_shared<dds::tools_api::CSession>());
|
||||
nativeSession->create();
|
||||
EXPECT_THROW(sdk::MakeTopology(nativeTopo, nativeSession, env), sdk::RuntimeError);
|
||||
nativeSession->stop();
|
||||
nativeSession->shutdown();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user