changes test forming windshaft url
This commit is contained in:
parent
1e106b23b9
commit
8d8dbb29b4
@ -82,7 +82,7 @@ QUnit.module('provider.windshaft', {
|
||||
|
||||
test("fetch tile", function() {
|
||||
windshaft._ready = true;
|
||||
windshaft.getTileData({x: 0, y: 1}, 2, function() {});
|
||||
windshaft.getTileData({x: 0, y: 1, corrected: {x: 0, y: 1}}, 2, function() {});
|
||||
equal(lastCall,"http://rambo.cartodb.com:80/api/v1/map/testlg/0/2/0/1.json.torque?testing=abcd%25");
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user