Ticket #205 (closed defect: fixed)
Opened 2010-09-15T10:22:36-05:00
Last modified 2010-09-20T11:15:46-05:00
ImageJ - Fix broken tests on Windows
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Testing | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #3 |
Description
A few of the ImageJ tests fail on Windows development environments. So setup a Windows dev box with all tools in place. Recreate failures. Debug issues and fix tests
Change History
comment:2 Changed 2010-09-15T10:22:47-05:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
comment:3 Changed 2010-09-15T10:25:56-05:00 by bdezonia
The failing tests were in TextRoiTest and COmpositeImageTest. In TextRoi's case different platforms gave slightly different FontMetric info so removed that check from tests. For CompositeImage found an ImageJ bug in Opener. Wayne fixed and I propagated to our repository.
comment:4 Changed 2010-09-20T11:15:46-05:00 by bdezonia
- Summary changed from Fix broken tests on Windows to ImageJ - Fix broken tests on Windows