aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-05 19:25:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-05 19:25:58 +0000
commit8c560bbf4212258dedf77c83c4b148e0d92fdeb7 (patch)
tree86172f329291921f5b2e25b75f201b0c74665fdb /src/util
parentc9f2bc5f76b5de8057cd5bdc7fc5321e3ae16abe (diff)
downloadgnunet-8c560bbf4212258dedf77c83c4b148e0d92fdeb7.tar.gz
gnunet-8c560bbf4212258dedf77c83c4b148e0d92fdeb7.zip
-do not assert on log
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_pseudonym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_pseudonym.c b/src/util/test_pseudonym.c
index f0233771a..9b5085b25 100644
--- a/src/util/test_pseudonym.c
+++ b/src/util/test_pseudonym.c
@@ -180,7 +180,7 @@ main (int argc, char *argv[])
180 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &fid); 180 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &fid);
181 GNUNET_log_skip (1, GNUNET_NO); 181 GNUNET_log_skip (1, GNUNET_NO);
182 CHECK (0 == GNUNET_PSEUDONYM_rank (cfg, &fid, 0)); 182 CHECK (0 == GNUNET_PSEUDONYM_rank (cfg, &fid, 0));
183 GNUNET_log_skip (0, GNUNET_YES); 183 GNUNET_log_skip (0, GNUNET_NO);
184 CHECK (GNUNET_OK == GNUNET_PSEUDONYM_get_info (cfg, &fid, NULL, NULL, &noname, &noname_is_a_dup)); 184 CHECK (GNUNET_OK == GNUNET_PSEUDONYM_get_info (cfg, &fid, NULL, NULL, &noname, &noname_is_a_dup));
185 CHECK (noname != NULL); 185 CHECK (noname != NULL);
186 CHECK (noname_is_a_dup == GNUNET_YES); 186 CHECK (noname_is_a_dup == GNUNET_YES);