From c86c92200c331f0099ab95edd35b9f73c177b72b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Nov 2022 21:43:55 +0100 Subject: -db tests pass again --- src/exchangedb/test_exchangedb.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/exchangedb/test_exchangedb.c') diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index 111ee936..eb258f00 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1245,13 +1245,9 @@ run (void *cls) } (void) plugin->drop_tables (plugin->cls); if (GNUNET_OK != - plugin->create_tables (plugin->cls)) - { - result = 77; - goto cleanup; - } - if (GNUNET_OK != - plugin->setup_partitions (plugin->cls, num_partitions)) + plugin->create_tables (plugin->cls, + true, + num_partitions)) { result = 77; goto cleanup; -- cgit v1.2.3