NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #68 (closed task: fixed)

Opened 2010-06-01T14:27:18-05:00

Last modified 2010-07-09T10:11:05-05:00

Make sure all ImporterTest tests are implemented and pass

Reported by: curtis Owned by: curtis
Priority: critical Milestone: biweekly-2010: Jun-28 to Jul-09
Component: Testing Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

In preparation for the 4.2 Bio-Formats release, we want to have a robust automated test suite for the Bio-Formats Importer plugin. This is Barry's and my main project for this period.

Change History

comment:1 Changed 2010-06-21T14:37:29-05:00 by curtis

  • Status changed from new to accepted
  • Milestone changed from biweekly-2010: Jun-01 to Jun-11 to biweekly-2010: Jun-14 to Jun-25

comment:2 Changed 2010-06-28T16:37:38-05:00 by curtis

  • Milestone changed from biweekly-2010: Jun-14 to Jun-25 to biweekly-2010: Jun-28 to Jul-09

We've fixed many tests, but work is still ongoing. Our main goals are: finish the implementations for existing test methods, fix all failing tests, and add better coverage for virtual stacks.

comment:3 Changed 2010-07-09T10:11:05-05:00 by curtis

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

As of  loci-java:r6682, all ImporterTest tests pass. It will now be possible to hook up these tests to an automated build system to improve detection of regression bugs.