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: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.c
parentc644917564f9a76b47b8c0d531e95020da9e282c (diff)
downloadgnunet-5685f97e7161d23d750b0cbb7b4edb25d8cf6ab6.tar.gz
gnunet-5685f97e7161d23d750b0cbb7b4edb25d8cf6ab6.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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index 01e73a4a9..f2d77d2ac 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -227,11 +227,6 @@ zone_proc (void *cls,
227 failed = GNUNET_YES; 227 failed = GNUNET_YES;
228 GNUNET_break (0); 228 GNUNET_break (0);
229 } 229 }
230 if (0 != memcmp (signature, sig_1, sizeof (struct GNUNET_CRYPTO_EccSignature)))
231 {
232 failed = GNUNET_YES;
233 GNUNET_break (0);
234 }
235 } 230 }
236 else if (0 == strcmp (name, s_name_2)) 231 else if (0 == strcmp (name, s_name_2))
237 { 232 {
@@ -248,11 +243,6 @@ zone_proc (void *cls,
248 failed = GNUNET_YES; 243 failed = GNUNET_YES;
249 GNUNET_break (0); 244 GNUNET_break (0);
250 } 245 }
251 if (0 != memcmp (signature, sig_2, sizeof (struct GNUNET_CRYPTO_EccSignature)))
252 {
253 failed = GNUNET_YES;
254 GNUNET_break (0);
255 }
256 } 246 }
257 else if (0 == strcmp (name, s_name_3)) 247 else if (0 == strcmp (name, s_name_3))
258 { 248 {