mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[2211] style fixes to test JSON configs
This commit is contained in:
@@ -165,7 +165,7 @@ TEST(DataSrcClientsMgrTest, holder) {
|
||||
|
||||
// Put something in, that should become visible.
|
||||
ConstElementPtr reconfigure_arg = Element::fromJSON(
|
||||
"{" "\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
|
||||
"{\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
|
||||
" \"cache-enable\": true}],"
|
||||
" \"CH\": [{\"type\": \"MasterFiles\", \"params\": {},"
|
||||
" \"cache-enable\": true}]}");
|
||||
@@ -181,7 +181,7 @@ TEST(DataSrcClientsMgrTest, holder) {
|
||||
// Replace the lists with new lists containing only one list.
|
||||
// The CH will disappear again.
|
||||
reconfigure_arg = Element::fromJSON(
|
||||
"{" "\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
|
||||
"{\"IN\": [{\"type\": \"MasterFiles\", \"params\": {},"
|
||||
" \"cache-enable\": true}]}");
|
||||
mgr.reconfigure(reconfigure_arg);
|
||||
{
|
||||
|
Reference in New Issue
Block a user