Remove FairMQChannel from parser, implement bulk operations

This commit is contained in:
Alexey Rybalchenko
2019-05-24 15:54:34 +02:00
committed by Dennis Klein
parent fbb003b50f
commit bf8ec968e7
17 changed files with 568 additions and 559 deletions

View File

@@ -64,7 +64,7 @@ TEST_F(PluginServices, ConfigCallbacks)
});
mServices.SubscribeToPropertyChange<int>("test", [](const string& key, int /*value*/) {
if(key == "chans.data.0.rcvBufSize") {
if (key == "chans.data.0.rcvBufSize") {
FAIL(); // should not be called because we unsubscribed
}
});