aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
commitc644917564f9a76b47b8c0d531e95020da9e282c (patch)
treec188c2911518f74f6b5405d781440590736291a1 /src/namestore/test_namestore_api_zone_iteration.c
parent17de5c9d798109f55059190c886609ba377e4eb6 (diff)
downloadgnunet-c644917564f9a76b47b8c0d531e95020da9e282c.tar.gz
gnunet-c644917564f9a76b47b8c0d531e95020da9e282c.zip
-fixing some namestore tests
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index 71afc359c..01e73a4a9 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -274,12 +274,6 @@ zone_proc (void *cls,
274 failed = GNUNET_YES; 274 failed = GNUNET_YES;
275 GNUNET_break (0); 275 GNUNET_break (0);
276 } 276 }
277
278 if (0 != memcmp (signature, sig_3, sizeof (struct GNUNET_CRYPTO_EccSignature)))
279 {
280 failed = GNUNET_YES;
281 GNUNET_break (0);
282 }
283 } 277 }
284 else 278 else
285 { 279 {