changes test forming windshaft url

pull/84/head
Francisco Dans 10 years ago
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…
Cancel
Save