From 320f09a1a98c608748c7e6635de1f1a9f936758f Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 27 Jan 2005 12:02:26 +0000 Subject: [PATCH] Test Coverage --- Testing/TestUtil.cxx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index 80a52a07..969d28d7 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/01/27 12:02:26 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,6 +19,7 @@ // way to test this class. #include "gdcmUtil.h" +#include "gdcmDebug.h" #include int TestUtil(int , char * []) @@ -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() <