X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestValidate.cxx;h=62c9ffee73a4a471a40c4791cafcd159726870c1;hb=33601bb8697e2e1cb2e914aa0864d4cff8cf689f;hp=6162fcf6342a9b320099670bcf558ce817d5594b;hpb=8ea92706ea6ef5e97c3cdca1daa41c9a3063bd7a;p=gdcm.git diff --git a/Testing/TestValidate.cxx b/Testing/TestValidate.cxx index 6162fcf6..62c9ffee 100644 --- a/Testing/TestValidate.cxx +++ b/Testing/TestValidate.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestValidate.cxx,v $ Language: C++ - Date: $Date: 2005/06/14 20:33:53 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/07/05 18:47:38 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,10 +22,10 @@ int TestValidate(int argc, char *argv[]) { if( argc < 2 ) - { - std::cerr << "ouh les cornes" << std::endl; + { + std::cerr << "ouh les cornes / shame on you" << std::endl; return 1; - } + } const char *filename = argv[1];