use correct amount of test images

This commit is contained in:
Konstantin Käfer
2011-05-13 14:04:01 -04:00
parent 89bbaed82e
commit e02b1a84bd

View File

@@ -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);
});
};