X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=222d2f354fc149f184b085e9357383fcefcd4c44;hb=81fe774739a1629471fcc2705549fa56dad44a70;hp=978ee44d404ffa1ec3a2da39948d67bf3621b701;hpb=dd922b1074356f2a43ae93a69b710dc08dc0bf9c;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 978ee44d..222d2f35 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -129,6 +129,8 @@ bool ReferenceFileParser::AddKeyValuePairToMap( string& key, string& value ) if ( CurrentMapEntryValuesPtr->count(key) != 0 ) return false; (*CurrentMapEntryValuesPtr)[key] = value; + + return true; //?? } void ReferenceFileParser::Print() @@ -203,6 +205,7 @@ bool ReferenceFileParser::Check() cout << Indent << " OK" << endl; } cout << Indent << endl; + return true; //??? } istream& ReferenceFileParser::eatwhite( istream& is ) @@ -429,6 +432,7 @@ bool ReferenceFileParser::Open( string& referenceFileName ) } from.close(); + return true; //?? } void ReferenceFileParser::CleanUpLine( string& line ) @@ -577,6 +581,7 @@ bool ReferenceFileParser::SecondPassReferenceFile() ParseRegularLine( line ); } + return true; //?? } int TestAllEntryVerify(int argc, char* argv[])