ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

Add unit test for binary chunks returned by microservice. #23

Closed mtbc closed 4 years ago

mtbc commented 4 years ago

Adds a unit test for the pixel data encoded in the chunks returned from the microservice.

mtbc commented 4 years ago

From Travis,

org.openmicroscopy.ms.zarr.ZarrBinaryDataTest > testZarrChunks(int, String, Double)[1] PASSED

org.openmicroscopy.ms.zarr.ZarrBinaryDataTest > testZarrChunks(int, String, Double)[2] PASSED

org.openmicroscopy.ms.zarr.ZarrBinaryDataTest > testZarrChunks(int, String, Double)[3] PASSED

...

BUILD SUCCESSFUL in 46s