[Insight-developers] Image Registration Method failing on Caleb.crd-continuous
Luis Ibanez
luis . ibanez at kitware . com
Sun, 02 Jun 2002 16:00:52 -0400
Hi,
The test:
itkImageRegistrationMethodTest
is failing in:
caleb.crdSunOS-5.7-c++-Continuous
(and only in this platform on continuous build)
It started failing on May 31 at 18:11
after an apparent inocuous change in:
itkImageLinearConstIteratorWithIndex.txx
itkImageLinearIteratorWithIndex.txx
Where two unused #includes for
"SimpleImageRegionIterator"
where removed. (It was running Ok at 17:11)
The program is testing all the exception
throwing involved in the Initialization
of the registration method.
It seems to crash before the last test
which attempts to run the registration with
(intentional) bad parameteres.
It looks like a *dependency* problem since this
removal of unused #includes doesn't alter the
code used by the registration method.
Probaly a file that should have been recompiled,
didn't got rebuild.
maybe a "make depend" could help...
Any ideas ?
Luis