diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-02-05 19:25:58 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-02-05 19:25:58 +0000 |
commit | 8c560bbf4212258dedf77c83c4b148e0d92fdeb7 (patch) | |
tree | 86172f329291921f5b2e25b75f201b0c74665fdb | |
parent | c9f2bc5f76b5de8057cd5bdc7fc5321e3ae16abe (diff) |
-do not assert on log
-rw-r--r-- | src/util/test_pseudonym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_pseudonym.c b/src/util/test_pseudonym.c index f0233771a6..9b5085b253 100644 --- a/src/util/test_pseudonym.c +++ b/src/util/test_pseudonym.c @@ -180,7 +180,7 @@ main (int argc, char *argv[]) GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &fid); GNUNET_log_skip (1, GNUNET_NO); CHECK (0 == GNUNET_PSEUDONYM_rank (cfg, &fid, 0)); - GNUNET_log_skip (0, GNUNET_YES); + GNUNET_log_skip (0, GNUNET_NO); CHECK (GNUNET_OK == GNUNET_PSEUDONYM_get_info (cfg, &fid, NULL, NULL, &noname, &noname_is_a_dup)); CHECK (noname != NULL); CHECK (noname_is_a_dup == GNUNET_YES); |