From 82beca0432545857578537a206e0a6ccca7de252 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Jul 2015 17:28:03 +0100 Subject: Complete hash table tests and clean up ineterface. --- test/bloom.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/bloom.c') diff --git a/test/bloom.c b/test/bloom.c index 8d8c21c24..71a0b013a 100644 --- a/test/bloom.c +++ b/test/bloom.c @@ -73,6 +73,13 @@ static void dict_bloom_teardown(void) /* Tests */ +/** + * Test blooom filter creation + * + * Create a bloom filter, add a single entry and test for presece and + * absence of that entry (single entry cannot have false positives). + * + */ START_TEST(bloom_create_test) { struct bloom_filter *b; -- cgit v1.2.3