aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_record_serialization.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-19 13:33:19 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-19 13:33:19 +0000
commit15f55fea6e6d2d1656e345eab131887efbd937b4 (patch)
tree4f73dcb99b65afaaec412b4a2969771497a6f876 /src/namestore/test_namestore_record_serialization.c
parent0f084973d63c46217d25e6660fba56755f26e6bb (diff)
downloadgnunet-15f55fea6e6d2d1656e345eab131887efbd937b4.tar.gz
gnunet-15f55fea6e6d2d1656e345eab131887efbd937b4.zip
-fixing IO-error bug in namestore tests on buildbots, simplifying testcases by using new testing API, eliminating dead code
Diffstat (limited to 'src/namestore/test_namestore_record_serialization.c')
-rw-r--r--src/namestore/test_namestore_record_serialization.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_record_serialization.c b/src/namestore/test_namestore_record_serialization.c
index 5e952539b..48560aee9 100644
--- a/src/namestore/test_namestore_record_serialization.c
+++ b/src/namestore/test_namestore_record_serialization.c
@@ -32,6 +32,7 @@
32 32
33static int res; 33static int res;
34 34
35
35static void 36static void
36run (void *cls, char *const *args, const char *cfgfile, 37run (void *cls, char *const *args, const char *cfgfile,
37 const struct GNUNET_CONFIGURATION_Handle *cfg) 38 const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -128,9 +129,6 @@ check ()
128 static char *const argv[] = { "test_namestore_record_serialization", 129 static char *const argv[] = { "test_namestore_record_serialization",
129 "-c", 130 "-c",
130 "test_namestore_api.conf", 131 "test_namestore_api.conf",
131#if VERBOSE
132 "-L", "DEBUG",
133#endif
134 NULL 132 NULL
135 }; 133 };
136 static struct GNUNET_GETOPT_CommandLineOption options[] = { 134 static struct GNUNET_GETOPT_CommandLineOption options[] = {