aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb_by_j.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/test_exchangedb_by_j.c')
-rw-r--r--src/exchangedb/test_exchangedb_by_j.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/exchangedb/test_exchangedb_by_j.c b/src/exchangedb/test_exchangedb_by_j.c
index 834373b55..3b9b0eea4 100644
--- a/src/exchangedb/test_exchangedb_by_j.c
+++ b/src/exchangedb/test_exchangedb_by_j.c
@@ -92,17 +92,6 @@ run (void *cls)
goto cleanup;
}
- for (unsigned int i = 0; i< 7; i++)
-
- if (GNUNET_OK !=
- plugin->setup_partitions (plugin->cls,
- num_partitions))
- {
- GNUNET_break (0);
- result = 77;
- goto cleanup;
- }
-
for (unsigned int i = 0; i< 8; i++)
{
@@ -134,7 +123,7 @@ run (void *cls)
reserves[k].wire_reference = k;
}
FAILIF (batch_size !=
- plugin->batch_reserves_in_insert (plugin->cls,
+ plugin->batch2_reserves_in_insert (plugin->cls,
reserves,
batch_size,
results));