aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/test_plugin_psycstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore/test_plugin_psycstore.c')
-rw-r--r--src/psycstore/test_plugin_psycstore.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/psycstore/test_plugin_psycstore.c b/src/psycstore/test_plugin_psycstore.c
index c282844ad..8bc1407cd 100644
--- a/src/psycstore/test_plugin_psycstore.c
+++ b/src/psycstore/test_plugin_psycstore.c
@@ -279,17 +279,6 @@ run (void *cls, char *const *args, const char *cfgfile,
279 &ret_frags, fragment_cb, &fcls)); 279 &ret_frags, fragment_cb, &fcls));
280 GNUNET_assert (fcls.n == 1); 280 GNUNET_assert (fcls.n == 1);
281 281
282#if GABOR
283 LOG (GNUNET_ERROR_TYPE_INFO, "fragment_get(%" PRIu64 ")\n", fragment_id+1);
284 ret_frags = 0;
285 GNUNET_assert (
286 GNUNET_OK == db->fragment_get (db->cls, &channel_pub_key,
287 fragment_id+1, fragment_id+1,
288 &ret_frags, fragment_cb, &fcls));
289 GNUNET_assert (fcls.n == 1);
290
291 // FIXME: test fragment_get_latest and message_get_latest
292#endif
293 LOG (GNUNET_ERROR_TYPE_INFO, "message_get_fragment()\n"); 282 LOG (GNUNET_ERROR_TYPE_INFO, "message_get_fragment()\n");
294 283
295 fcls.n = 0; 284 fcls.n = 0;