From: frog Date: Tue, 6 Jul 2004 12:51:13 +0000 (+0000) Subject: Zilch. --- Frog X-Git-Tag: Version0.5.bp~59 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dd922b1074356f2a43ae93a69b710dc08dc0bf9c;p=gdcm.git Zilch. --- Frog --- diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 889f73bc..978ee44d 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -200,7 +200,7 @@ bool ReferenceFileParser::Check() } } delete tested; - cout << Indent << endl; + cout << Indent << " OK" << endl; } cout << Indent << endl; } @@ -368,9 +368,6 @@ void ReferenceFileParser::FirstPassReferenceFile() throw ( ParserException ) // Uncommented line outside of block is not clean: if ( !inBlock && !beginBlock ) { - cerr << Indent - << "Syntax warning: outside of block [] data at line " - << lineNumber++ << " not considered." << endl; continue; }