X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDict.cxx;h=d31510031ce6cbc8f2120b8ac0c6d56576285d6d;hb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;hp=4dd71b144d06d74fa6e2964f006f7986211a972b;hpb=82afaad85d04083d5d7945e2a70a79a720a9ba3a;p=gdcm.git diff --git a/Testing/TestDict.cxx b/Testing/TestDict.cxx index 4dd71b14..d3151003 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/10/25 14:52:30 $ - Version: $Revision: 1.10 $ + Date: $Date: 2005/11/28 16:31:19 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -102,12 +102,11 @@ int TestDict(int , char *[]) entry=pubDict->GetNextEntry(); } - // Let's play with DicEntry stuff ! - +/* // Let's play with DicEntry stuff ! // First, we try to break an Entry. entry=pubDict->GetFirstEntry(); entry->SetVR("PN"); - // Should warn us ! + // Should warn us !*/ return(0); }