Blob Blame History Raw
commit 118ac7e89fabf76f5bd8700d08af5c9789e0cbe2
Author: Tom Hughes <tom@compton.nu>
Date:   Sun Jun 8 11:21:53 2014 +0100

    Recent versions of sqlite seem to create bigger files

diff --git a/test/copy.test.js b/test/copy.test.js
index f0dd786..c1efcd4 100644
--- a/test/copy.test.js
+++ b/test/copy.test.js
@@ -44,7 +44,7 @@ describe('copying', function() {
                 if (err) throw err;
                 // There is some variance in the MBTiles size generated --
                 // possibly related to the timing in which data is inserted.
-                assert.ok(info.filesize > 39900 && info.filesize < 41000);
+                assert.ok(info.filesize > 39900 && info.filesize < 46000);
                 delete info.filesize;
                 assert.deepEqual({
                     scheme: 'tms',