X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestBug.cxx;h=6cc2340444039232375bd350571d1152efb69120;hb=e0522a941acba1064185ac1f723ed43ff3c3a360;hp=a8e55d475f0947fc7f02fb64ccf80268618f9f0b;hpb=9beed66b98b296f245317f0b18166c3be96a6b3b;p=gdcm.git diff --git a/Testing/TestBug.cxx b/Testing/TestBug.cxx index a8e55d47..6cc23404 100644 --- a/Testing/TestBug.cxx +++ b/Testing/TestBug.cxx @@ -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; }