Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writer tests #297

Merged
merged 5 commits into from
Dec 13, 2012
Merged

Writer tests #297

merged 5 commits into from
Dec 13, 2012

Conversation

melissalinkert
Copy link
Member

See ticket #9402 and the BIOFORMATS-writers Jenkins job.

1 test failure is expected for now, since PRs #246 and #265 are not on develop yet.

These do not operate on real data (rather a small generated image and
minimal metadata), but provide fairly comprehensive
coverage of all writers.  The 'test-minimal-convert' Ant target can be
used to run the tests.

See #9402.
@@ -1468,6 +1468,11 @@ else if (labels.equalsIgnoreCase("x y t")) {

for (int i=0; i<pixelSizes.length; i++) {
Double pixelSize = pixelSizes[i];

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed on dev_4_4?

@melissalinkert
Copy link
Member Author

Yep, probably makes sense to backport all of this to dev_4_4 once there are no objections to the actual changes. It's on develop because optimistic me thought this would only be new tests, not tests and bug fixes.

@joshmoore
Copy link
Member

😄 Well that answered my next question.

@bpindelski
Copy link

This all looks ok and the hudson job runs fine in terms of space/time restrictions. Looks good to merge.

@melissalinkert
Copy link
Member Author

Merging Thursday evening (and then backporting to dev_4_4).

joshmoore added a commit that referenced this pull request Dec 13, 2012
@joshmoore joshmoore merged commit 75ba660 into ome:develop Dec 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants