[ImageJ-devel] [fiji-devel] JUnit tests, was Re: when to close cursors

Curtis Rueden ctrueden at wisc.edu
Thu Apr 15 12:50:24 CDT 2010


Hi Johannes,

Great, thanks for this. Rick, please take a look at this code before
beginning work on the imglib unit tests, as it looks like a good starting
point.

-Curtis

On Wed, Apr 14, 2010 at 6:37 PM, Johannes Schindelin <
Johannes.Schindelin at gmx.de> wrote:

> Hi,
>
> On Thu, 15 Apr 2010, Stephan Saalfeld wrote:
>
> > Cursor.hasNext() == false does not mean that the cursor is out of image
> > bounds and, depending on the container may still point to some data.
> > Image keeping track of its cursors, it is good to close them for freeing
> > this data.  Currently, this is important in cell containers only.
> >
> > I think that the recent design changes regarding data access make this
> > tracking of cursors obsolete and so Cursor.close() too.  A good hint is
> > that Image.removeCursor() is just never called.  But I am very tired and
> > have to check this.
>
> Well, for the moment, I just played it safe. Please check out the
> junit-tests branch (based on master~2, so it will need adjusting once the
> huge changes of containerlevel come in).
>
> I know that I have to add a few comments, but I just spent almost 2 hours
> to hunt down a bug that I introduced in Fiji's javac 3 weeks ago, so I am
> thoroughly tired.
>
> The current version of the tests is here:
>
>
> http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=imglib.git;a=commitdiff;h=fd8eb4b6a9ad62d4103d36017d9da7ff8f4fedae
>
> The idea is to have a few helper methods in TestBase which can
>
> - construct images algorithmically
> - compare images to some calculated values
> - compare "signatures", i.e. first and second order moments of intensity
>  and coordinates.
>
> Obviously, I want to avoid large test images in the repository, and I want
> to make it very simple to add tests, because we need them.
>
> Ciao,
> Johannes
>
> --
> You received this message because you are subscribed to the Google Groups
> "Fiji-devel" group.
> To post to this group, send email to fiji-devel at googlegroups.com.
> To unsubscribe from this group, send email to
> fiji-devel+unsubscribe at googlegroups.com<fiji-devel%2Bunsubscribe at googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/fiji-devel?hl=en.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20100415/6323fb55/attachment.html>


More information about the ImageJ-devel mailing list