From 11fc54d61470c43ef09edf0c543906ed1973bf3c Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 26 Aug 2004 15:34:01 +0000 Subject: [PATCH] Eric Boix return 0 replaces continue in step 3a --- Testing/TestAllReadCompareDicom.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.1