]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: More unit tests for internal hash APIs
authorJiri Denemark <jdenemar@redhat.com>
Fri, 15 Apr 2011 19:17:11 +0000 (21:17 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 27 Apr 2011 13:32:30 +0000 (15:32 +0200)
commit91e12a50949271a7c805ffb2548eff257835fc1e
treee553dca62f9c52af09346af2e6cf4191bab08913
parent53cb23f42655aa2aa3cb64877329b26ff9639d46
tests: More unit tests for internal hash APIs

This adds several tests for remaining hash APIs (custom
hasher/comparator functions are not covered yet, though).

All tests pass both before and after the "Simplify hash implementation".
src/libvirt_private.syms
src/util/hash.c
src/util/hash.h
tests/hashdata.h
tests/hashtest.c