From: jpr Date: Thu, 26 Aug 2004 15:34:01 +0000 (+0000) Subject: Eric Boix X-Git-Tag: Version0.5.bp~8 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=11fc54d61470c43ef09edf0c543906ed1973bf3c;p=gdcm.git Eric Boix return 0 replaces continue in step 3a --- diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index d94cd52d..9e10924e 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -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 {