X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestUtil.cxx;h=9574fece0029b8e6bc44831d0cfb22c29506a0fb;hb=ba2ea83f67d798dfa2efae2fb21d3b5858c9c95c;hp=80a52a0727b0a152fd1a19617ca74b48da4053fc;hpb=bf15a99667fae49047bb72ba0bfda6e129bb045e;p=gdcm.git diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index 80a52a07..9574fece 100644 --- a/Testing/TestUtil.cxx +++ b/Testing/TestUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestUtil.cxx,v $ Language: C++ - Date: $Date: 2005/01/27 10:43:19 $ - Version: $Revision: 1.8 $ + Date: $Date: 2005/02/02 10:05:26 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,9 +19,10 @@ // way to test this class. #include "gdcmUtil.h" +#include "gdcmDebug.h" #include -int TestUtil(int , char * []) +int TestUtil(int , char *[]) { // Time std::cout << "Time:" << gdcm::Util::GetCurrentDateTime() << std::endl; @@ -59,5 +60,20 @@ int TestUtil(int , char * []) if( gdcm::Util::DicomStringEqual(d,ref) ) return 1; +// ---------------------------------------------------------- +// Let's test gdcm::Debug, now. + std::cout << "GetDebugFlag : " << gdcm::Debug::GetDebugFlag() <