]> Creatis software - gdcm.git/commitdiff
Eric Boix
authorjpr <jpr>
Thu, 26 Aug 2004 15:34:01 +0000 (15:34 +0000)
committerjpr <jpr>
Thu, 26 Aug 2004 15:34:01 +0000 (15:34 +0000)
return 0 replaces continue in step 3a

Testing/TestAllReadCompareDicom.cxx

index d94cd52d347bcefea3bb283d7c65706c242366ad..9e10924e584cae4ebed5f213ee06f80d438b181f 100644 (file)
@@ -35,7 +35,7 @@ int InternalTest(std::string const & filename, std::string const & referenceFile
                    << std::endl;
          delete tested;
          delete (char*)testedImageData;
-         //continue; 
+         return 0;
       }
       else
       {