X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllVM.cxx;fp=Testing%2FTestAllVM.cxx;h=3b108d14b659f2839ce3c5da19269bdd1492d90f;hb=e8a206f92ceb3f1cd007925400938a33e16403e9;hp=e50656fcc5916774ba7091969a39b015aa075690;hpb=a6a06d52cee2703647f43af1b0a61aa68ee7106a;p=gdcm.git diff --git a/Testing/TestAllVM.cxx b/Testing/TestAllVM.cxx index e50656fc..3b108d14 100644 --- a/Testing/TestAllVM.cxx +++ b/Testing/TestAllVM.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllVM.cxx,v $ Language: C++ - Date: $Date: 2005/10/21 15:01:28 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/10/21 15:02:31 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -58,10 +58,10 @@ int TestAllVM(int, char *[]) } d = file.GetNextEntry(); - std::cerr << std::endl; // skip a line after each file } i++; + std::cerr << std::endl; // skip a line after each file } return 0; }