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: |
|
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:
- Bio-Formats can read the exported file.
- Dimensions (X, Y, channels, bit depth) are preserved.
- Appropriate metadata is preserved (for OME-TIFF/OME-XML).
- 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.