From db144840aba95affb3a6b5b2536059f49f0677ff Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 17 Feb 2011 11:00:14 +0000 Subject: Rewrite of all old tests to new unittest framework. Also some work on testdb; more to come... --- server/src/inotify.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/inotify.cc') diff --git a/server/src/inotify.cc b/server/src/inotify.cc index 43f67fd..cba781a 100644 --- a/server/src/inotify.cc +++ b/server/src/inotify.cc @@ -386,7 +386,7 @@ void INotify::clear() } #ifdef TEST_INOTIFY -//deps: debug.cc +//deps: debug.cc log.cc //cflags: -I.. //libs: #include "test.h" @@ -399,7 +399,7 @@ void INotify::clear() TEST_BEGIN; -pracro_debug_parse("+all"); +debug_parse("+all"); INotify inotify; -- cgit v1.2.3