From 044a5b6794a6fb75234b5b5c2dc3c44a2c8f11ef Mon Sep 17 00:00:00 2001 From: Ralph Krimmel Date: Thu, 25 Feb 2016 11:51:16 +0100 Subject: [PATCH] Adding test for zoomify format --- test/modules/formats.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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/" + }); + }); // ----------