NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #341 (closed enhancement: fixed)

Opened 2008-12-31T18:11:55-06:00

Last modified 2009-02-16T14:58:42-06:00

Add unit tests for writers

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-4.0
Component: test-suite Severity: non-issue
Keywords: Cc:
Blocked By: Blocking:

Description

We have lots of TestNG tests for the readers, but none that exercise the writers. At a minimum, we should have tests to convert an arbitrary file to each of the supported formats, and confirm that:

  1. Bio-Formats can read the exported file.
  2. Dimensions (X, Y, channels, bit depth) are preserved.
  3. Appropriate metadata is preserved (for OME-TIFF/OME-XML).
  4. The hash of the original pixels matches the hash of the exported pixels.

Change History

comment:1 Changed 2009-02-16T14:58:42-06:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [4808]) Added TestNG test to ensure that file conversion works. Closes #341.