]> Creatis software - gdcm.git/blobdiff - Testing/TestDict.cxx
* Improvement #2 : the CommandManager is now a static class so,
[gdcm.git] / Testing / TestDict.cxx
index 4dd71b144d06d74fa6e2964f006f7986211a972b..d31510031ce6cbc8f2120b8ac0c6d56576285d6d 100644 (file)
@@ -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);
 }