summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2015-03-29 17:41:41 +0600
committerDaniil Baturin <daniil@baturin.org>2015-03-29 17:41:41 +0600
commit86a5e1a1a62474b22e0f8435228acd88c8813330 (patch)
tree66375a6f37824cf74a46499742309ce2c6327327 /test
parent22cdc884803f93565ab3e21d3f327bba4de825ad (diff)
downloadvyconf-86a5e1a1a62474b22e0f8435228acd88c8813330.tar.gz
vyconf-86a5e1a1a62474b22e0f8435228acd88c8813330.zip
Missing test in the tree testsuite.
Diffstat (limited to 'test')
-rw-r--r--test/vyconf_tree_test.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vyconf_tree_test.ml b/test/vyconf_tree_test.ml
index 3e9a0e0..51707a8 100644
--- a/test/vyconf_tree_test.ml
+++ b/test/vyconf_tree_test.ml
@@ -103,6 +103,7 @@ let suite =
"test_delete_nonexistent" >:: test_delete_nonexistent;
"test_get_immediate_child" >:: test_get_immediate_child;
"test_get_child_multilevel" >:: test_get_child_multilevel;
+ "test_get_child_nonexistent" >:: test_get_child_nonexistent;
]
let () =