[PATCH 2/2] unit: Add unit test for dnsproxy cache cleanup check

2014-09-17 Thread Hannu Mallat
Unit test for checking that a nonexistent dnsproxy cache is not cleaned up. --- Makefile.am | 9 ++- unit/test-dnsproxy.c | 160 +++ 2 files changed, 167 insertions(+), 2 deletions(-) create mode 100644 unit/test-dnsproxy.c diff --git

[PATCH 2/2] unit: Add unit test for dnsproxy cache cleanup check

2014-09-17 Thread Hannu Mallat
Unit test for checking that a nonexistent dnsproxy cache is not cleaned up. --- Makefile.am | 9 ++- unit/test-dnsproxy.c | 192 +++ 2 files changed, 199 insertions(+), 2 deletions(-) create mode 100644 unit/test-dnsproxy.c diff --git