aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:46:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:46:53 +0000
commit5685f97e7161d23d750b0cbb7b4edb25d8cf6ab6 (patch)
tree14f7a3257bbad75648ff9b03d51993f81fdc2bdd /src/namestore/test_namestore_api_zone_iteration_specific_zone.c
parentc644917564f9a76b47b8c0d531e95020da9e282c (diff)
downloadgnunet-5685f97e7161d23d750b0cbb7b4edb25d8cf6ab6.tar.gz
gnunet-5685f97e7161d23d750b0cbb7b4edb25d8cf6ab6.zip
-fixing some namestore tests
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_specific_zone.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_specific_zone.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
index c6ba99230..3dce51d90 100644
--- a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
+++ b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
@@ -212,11 +212,6 @@ zone_proc (void *cls,
212 failed = GNUNET_YES; 212 failed = GNUNET_YES;
213 GNUNET_break (0); 213 GNUNET_break (0);
214 } 214 }
215 if (0 != memcmp (signature, sig_1, sizeof (struct GNUNET_CRYPTO_EccSignature)))
216 {
217 failed = GNUNET_YES;
218 GNUNET_break (0);
219 }
220 } 215 }
221 else if (0 == strcmp (name, s_name_2)) 216 else if (0 == strcmp (name, s_name_2))
222 { 217 {