Lines Matching full:combined
217 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
220 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
246 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
248 ATF_REQUIRE(t1 == combined); in ATF_TEST_CASE_BODY()
263 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
265 ATF_REQUIRE(t2 == combined); in ATF_TEST_CASE_BODY()
283 const config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
293 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
322 config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
341 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
343 // The combined tree should have respected existing but unset nodes. Check in ATF_TEST_CASE_BODY()
345 combined.set< config::int_node >("unset.base", 5); in ATF_TEST_CASE_BODY()
346 combined.set< config::int_node >("unset.other", 5); in ATF_TEST_CASE_BODY()
361 config::tree combined = t1.combine(t2); in ATF_TEST_CASE_BODY() local
368 ATF_REQUIRE(expected == combined); in ATF_TEST_CASE_BODY()
370 // The combined inner node should have become dynamic so this call should in ATF_TEST_CASE_BODY()
372 combined.set_string("inner.leaf3", "5"); in ATF_TEST_CASE_BODY()