Update tests to use v0.8 dataset

This commit is contained in:
Petr Sloup
2016-07-27 12:32:53 +08:00
parent 7accdfa7da
commit fb758be730
5 changed files with 73 additions and 67 deletions

View File

@@ -64,6 +64,6 @@ describe('Metadata', function() {
});
});
testTileJSON('/styles/test/rendered.json', 'test');
testTileJSON('/styles/bright/rendered.json', 'bright');
testTileJSON('/data/zurich-vector.json', 'zurich-vector');
});