]> Creatis software - gdcm.git/commitdiff
Zilch. --- Frog
authorfrog <frog>
Tue, 6 Jul 2004 12:51:13 +0000 (12:51 +0000)
committerfrog <frog>
Tue, 6 Jul 2004 12:51:13 +0000 (12:51 +0000)
Testing/TestAllEntryVerify.cxx

index 889f73bca425d8439e8bb96ca03c2cca321a231c..978ee44d404ffa1ec3a2da39948d67bf3621b701 100644 (file)
@@ -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;
       }