X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestBug.cxx;h=959b5f1ab03f24f9a6d72b5ba9f1a0931698034d;hb=d9f8b4b69e332d38e9c883ba60f40dc858883de9;hp=976756089daa31447b4fd92db363d384846edb73;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/Testing/TestBug.cxx b/Testing/TestBug.cxx index 97675608..959b5f1a 100644 --- a/Testing/TestBug.cxx +++ b/Testing/TestBug.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestBug.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:30 $ - Version: $Revision: 1.21 $ + Date: $Date: 2007/05/23 14:18:06 $ + Version: $Revision: 1.24 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,8 +23,9 @@ int TestBug(int argc, char *argv[]) { - gdcm::File *f; - f = gdcm::File::New(); +std::cout << "==========test" < 1) f->SetFileName( argv[1] ); @@ -34,8 +35,10 @@ int TestBug(int argc, char *argv[]) f->SetFileName( filename.c_str() ); } f->Load( ); - - f->GetPubDict()->Print(); + // f->Print(); + std::cout << "-------------End of Print file ------------" << std::cout; + //f->GetPubDict()->Print(); + std::cout << "-------------End of Print Dict ------------" << std::cout; f->Delete(); return 0;