Remove memory cache, file watcher.
This commit is contained in:
@@ -53,7 +53,6 @@ exports['test file reloading during copying'] = function(beforeExit) {
|
||||
var returned = 0;
|
||||
tiles.forEach(function(c) {
|
||||
mbtiles.getTile(c[0], c[1], c[2], function(err, tile) {
|
||||
if (++returned === tiles.length) mbtiles._close();
|
||||
if (err) assert.ok(false, "Couldn't load tile " + c[0] + '/' + c[1] + '/' + c[2]);
|
||||
else status.success++;
|
||||
});
|
||||
@@ -106,4 +105,4 @@ exports['test file reloading during copying'] = function(beforeExit) {
|
||||
assert.equal(status.error, 11);
|
||||
assert.equal(status.success, 11);
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user