From e02b1a84bded25ffdf10a251eb86c291d57ce8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 13 May 2011 14:04:01 -0400 Subject: [PATCH] use correct amount of test images --- test/read.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/read.test.js b/test/read.test.js index 76b2113..7a8a571 100644 --- a/test/read.test.js +++ b/test/read.test.js @@ -80,7 +80,7 @@ exports['get tiles'] = function(beforeExit) { mbtiles.tile(0, 0, 4, yieldsError(status, 'error', 'Tile does not exist')); beforeExit(function() { - assert.equal(status.success, 52); + assert.equal(status.success, 59); assert.equal(status.error, 7); }); };