]> Creatis software - gdcm.git/commitdiff
*** empty log message ***
authorregrain <regrain>
Tue, 1 Feb 2005 10:00:49 +0000 (10:00 +0000)
committerregrain <regrain>
Tue, 1 Feb 2005 10:00:49 +0000 (10:00 +0000)
Testing/TestAllReadCompareDicom.cxx

index a4bffdea563de79836891017f946125be95e2f79..42fede86170bb76dcb335d4b3936001d0a2bffc5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestAllReadCompareDicom.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/01 09:46:15 $
-  Version:   $Revision: 1.27 $
+  Date:      $Date: 2005/02/01 10:00:49 $
+  Version:   $Revision: 1.28 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #include <iostream>
 #include <fstream>
 
-#ifdef _MSC_VER
-   #include <windows.h>
-#endif
-
 //Generated file:
 #include "gdcmDataImages.h"
 
@@ -210,9 +206,6 @@ int TestAllReadCompareDicom(int argc, char* argv[])
                    << std::endl;
          return 1;
       }
-#ifndef _MSC_VER
-      testDir.close();
-#endif
 
       ////// Step 1 (see above description):
       std::string filename = GDCM_DATA_ROOT;