gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1987 - in GNUnet: . src/applications/fs/ecrs src/applicati


From: grothoff
Subject: [GNUnet-SVN] r1987 - in GNUnet: . src/applications/fs/ecrs src/applications/fs/lib
Date: Sat, 27 Aug 2005 23:56:08 -0700 (PDT)

Author: grothoff
Date: 2005-08-27 23:56:04 -0700 (Sat, 27 Aug 2005)
New Revision: 1987

Modified:
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/applications/fs/lib/fslibtest.c
   GNUnet/todo
Log:
sync

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-08-28 06:54:48 UTC 
(rev 1986)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-08-28 06:56:04 UTC 
(rev 1987)
@@ -112,7 +112,7 @@
   daemon = startGNUnetDaemon(NO);
   GNUNET_ASSERT(daemon > 0);
   GNUNET_ASSERT(OK == waitForGNUnetDaemonRunning(30 * cronSECONDS));
-  gnunet_util_sleep(5 * cronSECONDS);
+  gnunet_util_sleep(30 * cronSECONDS);
   
   failureCount += testNamespace();
 

Modified: GNUnet/src/applications/fs/lib/fslibtest.c
===================================================================
--- GNUnet/src/applications/fs/lib/fslibtest.c  2005-08-28 06:54:48 UTC (rev 
1986)
+++ GNUnet/src/applications/fs/lib/fslibtest.c  2005-08-28 06:56:04 UTC (rev 
1987)
@@ -121,7 +121,8 @@
  */
 static int countCallback(const HashCode512 * key,
                         const Datastore_Value * value,
-                        int * cnt) {
+                        void * cls) {  
+  int * cnt = cls;
   (*cnt)--;
   return OK;
 }
@@ -337,12 +338,12 @@
                        0,
                        0,
                        10 * cronSECONDS,
-                       (Datum_Iterator) &countCallback,
+                       &countCallback,
                        &i);
   CHECK(hnd != NULL);
   gnunet_util_sleep(10 * cronSECONDS);
   FS_stop_search(ctx, hnd);
-  CHECK(i == 0);
+  CHECK(i <= 0);
                
 
   /* just to check if it crashes... */

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-08-28 06:54:48 UTC (rev 1986)
+++ GNUnet/todo 2005-08-28 06:56:04 UTC (rev 1987)
@@ -14,7 +14,6 @@
 0.7.0 [28.8.2005!] (aka "compatibility? what's that?"):
 - last-minute fixes: 
   * quota code for sqstores: is space estimate correct? [ Nils, RC ]
-  * gap:2061 BREAK (bad route)  [ Christian, non-RC ]
 
 0.7.0a [9'05] (aka "bugfixes")
 - known bugs (see Mantis for updates):





reply via email to

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