Adding test for zoomify format

This commit is contained in:
Ralph Krimmel 2016-02-25 11:51:16 +01:00
parent 8637388cab
commit 044a5b6794

View File

@ -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/"
});
});
// ----------