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.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/psycstore/test_plugin_psycstore.c b/src/psycstore/test_plugin_psycstore.c
index 3a022ec52..c15765a88 100644
--- a/src/psycstore/test_plugin_psycstore.c
+++ b/src/psycstore/test_plugin_psycstore.c
@@ -18,11 +18,12 @@
18 * Boston, MA 02110-1301, USA. 18 * Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21/* 21/**
22 * @file psycstore/test_plugin_psycstore.c
23 * @brief Test for the PSYCstore plugins.
24 * @author Gabor X Toth 22 * @author Gabor X Toth
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * Test for the PSYCstore plugins.
26 */ 27 */
27#include "platform.h" 28#include "platform.h"
28#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
@@ -309,12 +310,12 @@ run (void *cls, char *const *args, const char *cfgfile,
309 message_id, 0)); 310 message_id, 0));
310 311
311 GNUNET_assert (GNUNET_OK == db->state_modify_op (db->cls, &channel_pub_key, 312 GNUNET_assert (GNUNET_OK == db->state_modify_op (db->cls, &channel_pub_key,
312 GNUNET_ENV_OP_ASSIGN, 313 GNUNET_PSYC_OP_ASSIGN,
313 "_foo", 314 "_foo",
314 C2ARG("one two three"))); 315 C2ARG("one two three")));
315 316
316 GNUNET_assert (GNUNET_OK == db->state_modify_op (db->cls, &channel_pub_key, 317 GNUNET_assert (GNUNET_OK == db->state_modify_op (db->cls, &channel_pub_key,
317 GNUNET_ENV_OP_ASSIGN, 318 GNUNET_PSYC_OP_ASSIGN,
318 "_foo_bar", slave_key, 319 "_foo_bar", slave_key,
319 sizeof (*slave_key))); 320 sizeof (*slave_key)));
320 321
@@ -401,7 +402,7 @@ run (void *cls, char *const *args, const char *cfgfile,
401 message_id - max_state_msg_id)); 402 message_id - max_state_msg_id));
402 403
403 GNUNET_assert (GNUNET_OK == db->state_modify_op (db->cls, &channel_pub_key, 404 GNUNET_assert (GNUNET_OK == db->state_modify_op (db->cls, &channel_pub_key,
404 GNUNET_ENV_OP_ASSIGN, 405 GNUNET_PSYC_OP_ASSIGN,
405 "_sync_foo", 406 "_sync_foo",
406 C2ARG("five six seven"))); 407 C2ARG("five six seven")));
407 408