gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3335 - in GNUnet: . src/applications/datastore src/applica


From: grothoff
Subject: [GNUnet-SVN] r3335 - in GNUnet: . src/applications/datastore src/applications/fs/lib
Date: Sun, 27 Aug 2006 14:22:14 -0700 (PDT)

Author: grothoff
Date: 2006-08-27 14:22:11 -0700 (Sun, 27 Aug 2006)
New Revision: 3335

Modified:
   GNUnet/src/applications/datastore/filter.c
   GNUnet/src/applications/fs/lib/fslibtest.c
   GNUnet/todo
Log:
fixing fs/lib testcase

Modified: GNUnet/src/applications/datastore/filter.c
===================================================================
--- GNUnet/src/applications/datastore/filter.c  2006-08-27 21:04:19 UTC (rev 
3334)
+++ GNUnet/src/applications/datastore/filter.c  2006-08-27 21:22:11 UTC (rev 
3335)
@@ -40,14 +40,13 @@
   char * fn;
   char * bf;
 
-  if (-1 == GC_get_configuration_value_string(cfg,
+  fn = NULL;
+  if (-1 == GC_get_configuration_value_filename(cfg,
                                              "FS",
                                              "DIR",
                                              VAR_DAEMON_DIRECTORY "/fs",
-                                             &bf))
+                                             &fn))
     return NULL;
-  fn = string_expandFileName(ectx, bf);
-  FREE(bf);
   if (OK != disk_directory_create(ectx,
                                  fn)) {
     FREE(fn);

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2006-08-27 21:04:19 UTC (rev 
3334)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2006-08-27 21:22:11 UTC (rev 
3335)
@@ -200,7 +200,7 @@
   return closure.found;
 }
 
-#define START_DAEMON 0
+#define START_DAEMON 1
 
 int main(int argc, char * argv[]){
 #if START_DAEMON

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-08-27 21:04:19 UTC (rev 3334)
+++ GNUnet/todo 2006-08-27 21:22:11 UTC (rev 3335)
@@ -19,7 +19,6 @@
     + loggers: SMTP logger
     + use new loggers in for CS error reporting
   * make testcases compile & pass again:
-    + fs/lib -- compiles, but fails!
     + session -- compiles, but fails!
     + kvstore_sqlite -- compiles, but fails!
     + gap





reply via email to

[Prev in Thread] Current Thread [Next in Thread]