]> git.ipfire.org Git - thirdparty/bind9.git/commit
add unit test for cfg_obj_clone
authorColin Vidal <colin@isc.org>
Tue, 30 Sep 2025 14:09:03 +0000 (16:09 +0200)
committerColin Vidal <colin@isc.org>
Mon, 27 Oct 2025 20:33:18 +0000 (21:33 +0100)
commit14396351182cd49a6742ebf4518bfdf82a3c7c7e
treed2571a8e297a9d012a13ec0c42a964d1d3d0a5f5
parentcc91a5d1ec78e6d9c707b3a12bda7496d5b3a877
add unit test for cfg_obj_clone

Add a unit test for `cfg_obj_clone` to verify that the cloned tree
indeed has independent child nodes. The test also verifies that the
clone is semantically correct by comparing a text dump of the original
tree and the cloned one.
tests/isccfg/parser_test.c