Commit Graph

5 Commits

Author SHA1 Message Date
Vincent Sanders 0e5824c8e8 add bloom filter test for adding NULL string 2016-08-14 23:32:20 +01:00
Vincent Sanders 4448fa6cbf Fix warnings in unit tests 2016-08-08 22:12:16 +01:00
Vincent Sanders 82beca0432 Complete hash table tests and clean up ineterface. 2015-07-12 17:28:03 +01:00
Vincent Sanders 2e7b69be0a Extend bloom filter test to check item count is correct 2015-07-10 11:31:48 +01:00
Vincent Sanders 94b5c95676 Add unit test for bloom filter
Adds check based unit test for teh bloom filter implementation. This
is based on Roberts original test code in utils/bloom.c and uses
/usr/share/dict as a source of strings to check bloom creation, no
false negatives and the false positive rate is below 15%.
2015-07-10 10:48:26 +01:00