From: Christian Grothoff Date: Mon, 20 Jun 2011 07:39:00 +0000 (+0000) Subject: allow tests to pass on old sqlite installations X-Git-Tag: initial-import-from-subversion-38251~18081 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c184da1fc1d71370fadd20761627c019c432b223;p=oweals%2Fgnunet.git allow tests to pass on old sqlite installations --- diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c index eb6cac7dd..6ac2d7a6e 100644 --- a/src/datastore/test_plugin_datastore.c +++ b/src/datastore/test_plugin_datastore.c @@ -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++;