diff --git a/test/modules/formats.js b/test/modules/formats.js index f0edea75..c3a6c850 100644 --- a/test/modules/formats.js +++ b/test/modules/formats.js @@ -154,6 +154,16 @@ url: "/test/data/A.png" }); }); + // ---------- + asyncTest('Zoomify', function () { + testOpen({ + type: "zoomifytileservice", + tileSize: 256, + width: 1000, + height: 1000, + tilesUrl: "/test/data/zoomify/" + }); + }); // ----------