gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11517 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r11517 - gnunet/src/datastore
Date: Wed, 26 May 2010 10:11:58 +0200

Author: grothoff
Date: 2010-05-26 10:11:58 +0200 (Wed, 26 May 2010)
New Revision: 11517

Modified:
   gnunet/src/datastore/test_datastore_api.c
Log:
fixing testcase: make sure content is not expired already

Modified: gnunet/src/datastore/test_datastore_api.c
===================================================================
--- gnunet/src/datastore/test_datastore_api.c   2010-05-26 08:04:05 UTC (rev 
11516)
+++ gnunet/src/datastore/test_datastore_api.c   2010-05-26 08:11:58 UTC (rev 
11517)
@@ -89,7 +89,7 @@
 {
   struct GNUNET_TIME_Absolute av;
 
-  av.value = now.value + 200000 - i * 1000;
+  av.value = now.value + 20000000 - i * 1000;
   return av;
 }
 




reply via email to

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