// A valid reconfigure argument
ConstElementPtr reconfigure_arg = Element::fromJSON(
- "{" "\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
- " \"cache-enable\": true}]}");
+ "{""\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
+ " \"cache-enable\": true}]}");
// On reconfigure(), it just send the RECONFIGURE command to the builder
// thread with the given argument intact.
// Put something in, that should become visible.
ConstElementPtr reconfigure_arg = Element::fromJSON(
- "{" "\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
- " \"cache-enable\": true}],"
- "\"CH\": [{\"type\": \"MasterFiles\", \"params\": {},"
- " \"cache-enable\": true}]}");
+ "{\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
+ " \"cache-enable\": true}],"
+ " \"CH\": [{\"type\": \"MasterFiles\", \"params\": {},"
+ " \"cache-enable\": true}]}");
mgr.reconfigure(reconfigure_arg);
{
TestDataSrcClientsMgr::Holder holder(mgr);
// Replace the lists with new lists containing only one list.
// The CH will disappear again.
reconfigure_arg = Element::fromJSON(
- "{" "\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
- " \"cache-enable\": true}]}");
+ "{\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
+ " \"cache-enable\": true}]}");
mgr.reconfigure(reconfigure_arg);
{
TestDataSrcClientsMgr::Holder holder(mgr);