From 6c6608b98c9260180a08309c6049b9450658acad Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 1 Feb 2005 13:42:44 +0000 Subject: [PATCH] * Test/BuildUpDicomDir.cxx : bug fix for windows compilation * Test/TestAllReadCompareDicom.cxx : remove inserted bug by one of my last commit... sorry -- BeNours --- Testing/TestAllReadCompareDicom.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index 42fede86..08abbcbf 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllReadCompareDicom.cxx,v $ Language: C++ - Date: $Date: 2005/02/01 10:00:49 $ - Version: $Revision: 1.28 $ + Date: $Date: 2005/02/01 13:42:44 $ + Version: $Revision: 1.29 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -195,7 +195,7 @@ int TestAllReadCompareDicom(int argc, char* argv[]) ////// Check for existence of reference baseline directory std::string baseLineDir = GDCM_DATA_ROOT; - baseLineDir += "/BaselineDicom"; + baseLineDir += "/BaselineDicom/"; if( !gdcm::DirList::IsDirectory(baseLineDir) ) { -- 2.46.0