]> Creatis software - gdcm.git/blobdiff - Testing/TestBug.cxx
BUG: Broke cmake183 by mistake, also enhance the init.py script
[gdcm.git] / Testing / TestBug.cxx
index a8e55d475f0947fc7f02fb64ccf80268618f9f0b..6cc2340444039232375bd350571d1152efb69120 100644 (file)
@@ -15,7 +15,9 @@ int TestBug(int argc, char* argv[])
       filename += "/test.acr";
       e1 = new gdcmHeader( filename.c_str() );
    }
-   e1->PrintPubDict();
+   //e1->PrintPubDict();
+   //e1->GetPubDict()->GetEntriesByKey();
+   e1->GetPubDict()->PrintByKey();
 
   return 0;
 }