summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auditordb/test_auditordb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c
index 8f2903d4a..f42892902 100644
--- a/src/auditordb/test_auditordb.c
+++ b/src/auditordb/test_auditordb.c
@@ -106,7 +106,7 @@ run (void *cls)
}
(void) plugin->drop_tables (plugin->cls,
- GNUNET_NO);
+ GNUNET_YES);
if (GNUNET_OK !=
plugin->create_tables (plugin->cls))
{
@@ -769,7 +769,7 @@ drop:
}
GNUNET_break (GNUNET_OK ==
plugin->drop_tables (plugin->cls,
- GNUNET_NO));
+ GNUNET_YES));
unload:
TALER_AUDITORDB_plugin_unload (plugin);
plugin = NULL;