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 #509 (closed task: fixed)

Opened 2010-06-30T09:41:17-05:00

Last modified 2010-08-18T13:01:03-05:00

Add test for macro key regressions

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

Description

It would be a good idea to add a unit test that checks whether or not old macro keys still work as expected. The attached macro (from Curtis) is a good manual test; we'd just need to incorporate it into a unit test.

Attachments

test-old-macros.ijm (1.2 KB) - added by melissa 2010-06-30T09:41:29-05:00.

Change History

Changed 2010-06-30T09:41:29-05:00 by melissa

comment:1 Changed 2010-08-18T13:01:03-05:00 by melissa

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

(In [6807]) * Fixed bug in StringOption that prevented macro keys from being parsed correctly.

  • Overrode Object.equals(Object) in OptionsList.
  • Added tests for obsolete macro keys. Closes #509.