From e69dfbcf28546b47c1b6cd6c9bd24b6024608553 Mon Sep 17 00:00:00 2001 From: Jan Kadlec <jan@hp4-jankadlec.(none)> Date: Mon, 22 Nov 2010 14:11:55 +0100 Subject: [PATCH] One of the tests was not returning value. Refs #116 --- src/tests/dnslib/dnslib_node_tests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/dnslib/dnslib_node_tests.c b/src/tests/dnslib/dnslib_node_tests.c index 83eefe64d..2ae9aba01 100644 --- a/src/tests/dnslib/dnslib_node_tests.c +++ b/src/tests/dnslib/dnslib_node_tests.c @@ -130,6 +130,7 @@ static int test_node_get_parent() } dnslib_node_free(&nodes[i]); } + return (errors == 0); } static int test_node_delete() -- GitLab