gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15716 - gnunet/src/datastore
Date: Mon, 20 Jun 2011 09:39:01 +0200

Author: grothoff
Date: 2011-06-20 09:39:00 +0200 (Mon, 20 Jun 2011)
New Revision: 15716

Modified:
   gnunet/src/datastore/test_plugin_datastore.c
Log:
allow tests to pass on old sqlite installations

Modified: gnunet/src/datastore/test_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/test_plugin_datastore.c        2011-06-20 07:32:44 UTC 
(rev 15715)
+++ gnunet/src/datastore/test_plugin_datastore.c        2011-06-20 07:39:00 UTC 
(rev 15716)
@@ -269,7 +269,7 @@
        {
          put_value (crc->api, j, crc->i);
          cs = crc->api->estimate_size (crc->api->cls);
-         GNUNET_assert (os < cs);
+         GNUNET_assert (os <= cs);
          os = cs;
        }
       crc->phase++;




reply via email to

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