X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FVTKTestRead.cxx;h=e1c0b977196d413c29cc1f15cff04779945ad9ed;hb=86806f70a22e940f0bb0e7d23a570074ff81973f;hp=f17b7512e71605fa86e655b58349d3f10b3085fa;hpb=efd3ea11eb9d6da5f3034f5e46649d250b90c75a;p=gdcm.git diff --git a/Testing/VTKTestRead.cxx b/Testing/VTKTestRead.cxx index f17b7512..e1c0b977 100644 --- a/Testing/VTKTestRead.cxx +++ b/Testing/VTKTestRead.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: VTKTestRead.cxx,v $ Language: C++ - Date: $Date: 2005/02/09 15:31:15 $ - Version: $Revision: 1.11 $ + Date: $Date: 2006/02/16 17:02:38 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,7 +39,7 @@ int VTKReadTest(vtkTesting *t,vtkImageViewer *viewer, std::string const &filename, std::string const &referenceFileName) { - int retVal = 0; //by default this is an error + int retVal; // = 0; (to avoid bcc5.5 warnings) t->CleanArguments(); t->AddArgument("-D"); @@ -204,6 +204,8 @@ int VTKTestRead(int argc, char *argv[]) return ret; } + + //gdcm::Debug::DebugOn(); // Comment out when no bug is to be tracked // Test for all images int i = 0;