summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-27 21:43:55 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-27 21:43:55 +0100
commitc86c92200c331f0099ab95edd35b9f73c177b72b (patch)
tree0132917d3f18c12d6517b5edb4d166468739c989 /src/exchangedb/test_exchangedb.c
parentcf2e37cd876651e799893e8fe5babb51a9e12dd7 (diff)
downloadexchange-c86c92200c331f0099ab95edd35b9f73c177b72b.tar.gz
exchange-c86c92200c331f0099ab95edd35b9f73c177b72b.tar.bz2
exchange-c86c92200c331f0099ab95edd35b9f73c177b72b.zip
-db tests pass again
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index 111ee9365..eb258f002 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;