allow tests to pass on old sqlite installations
authorChristian Grothoff <christian@grothoff.org>
Mon, 20 Jun 2011 07:39:00 +0000 (07:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 20 Jun 2011 07:39:00 +0000 (07:39 +0000)
src/datastore/test_plugin_datastore.c

index eb6cac7dd1decae1f4d3afd9efa8261289aa0f67..6ac2d7a6e05965e7bd231a17688bdc51dfcb5e9a 100644 (file)
@@ -269,7 +269,7 @@ test (void *cls,
        {
          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++;