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 #642 (closed enhancement: fixed)

Opened 2011-01-14T13:06:08-06:00

Last modified 2011-02-02T04:45:00-06:00

Add better isThisType tests

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-4.3
Component: test-suite Severity: non-issue
Keywords: Cc: curtis, leek@…
Blocked By: Blocking:

Description

Two new tests should be added:

  • one in loci.formats.utests that times isThisType(..., false) and isThisType(..., true) on an unsupported file and fails if either call takes too long or returns true

  • one in loci.tests.testng.FormatReaderTest that fails if isThisType(..., true) returns a different value from isThisType(..., false)

See also #534.

Change History

comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis

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

moved to  ome:#4186