aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-02-05 19:25:58 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-02-05 19:25:58 +0000
commit0fe680d894ce9f9c85558ffc0361486864dfacc1 (patch)
tree86172f329291921f5b2e25b75f201b0c74665fdb
parent07d987e86263550652b4b7d53df267faafd7b912 (diff)
-do not assert on log
git-svn-id: https://gnunet.org/svn/gnunet@26032 140774ce-b5e7-0310-ab8b-a85725594a96
-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 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);