-do not call get callback after get_cancel
[oweals/gnunet.git] / src / datacache / test_datacache.c
index 5162924f72efd2ff142495b986492cb528e46446..8c429cc7a09918145b1a04772c3fbf4c7606eef1 100644 (file)
@@ -25,7 +25,7 @@
 #include "platform.h"
 #include "gnunet_util_lib.h"
 #include "gnunet_datacache_lib.h"
-#include "gnunet_testing_lib-new.h"
+#include "gnunet_testing_lib.h"
 
 #define ASSERT(x) do { if (! (x)) { printf("Error at %s:%d\n", __FILE__, __LINE__); goto FAILURE;} } while (0)