utils_avltree_test.c: Extend unit test to test c_avl_pick().
authorFlorian Forster <octo@collectd.org>
Thu, 26 Nov 2015 13:13:17 +0000 (14:13 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 26 Nov 2015 13:13:17 +0000 (14:13 +0100)
commitadb8986db8afd4cea48e176619def459a5c292e7
tree0ca75bb4385a5a01556aa78b7e86b4f15b614827
parent9b39918bdadabb12ec040f0f191c0d21cb6ddd53
utils_avltree_test.c: Extend unit test to test c_avl_pick().

This demonstrates the bug that c_avl_pick() does not decrease the AVL
tree's size.

Issue: #1353
src/daemon/utils_avltree_test.c