X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDict.cxx;h=8cf93f70b91684ee70b927cf3b92bea16071fe6e;hb=7840ddd7d30ebe6f20959ff3ae9e0565f723c645;hp=54c87a5b16d4c9fdee4a7df799a38805a34b80cc;hpb=d1249e8bb14c38b82b4f5591c34203b23b0b48e8;p=gdcm.git diff --git a/Testing/TestDict.cxx b/Testing/TestDict.cxx index 54c87a5b..8cf93f70 100644 --- a/Testing/TestDict.cxx +++ b/Testing/TestDict.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDict.cxx,v $ Language: C++ - Date: $Date: 2005/01/26 16:43:10 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/02/02 10:05:26 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,15 +23,15 @@ #include #include -int TestDict(int , char* []) +int TestDict(int , char *[]) { - std::cout << "-------- Test Default Dicom Dictionary : ----------" << std::endl; + std::cout << "----- Test Default Dicom Dictionary : ----------" << std::endl; // Just to improve test coverage: gdcm::Dict *tempDict = new gdcm::Dict("dummyFileNameThatDoesntExist"); // Default dict is supposed to be used. tempDict->Print(); - std::cout << "-------- end Test Default Dicom Dictionary : --------" << std::endl; + std::cout << "---- end Test Default Dicom Dictionary : -------" << std::endl; // Lets delete it. delete tempDict;