]> Creatis software - gdcm.git/commitdiff
BUG: No comment
authormalaterre <malaterre>
Sat, 25 Mar 2006 17:02:11 +0000 (17:02 +0000)
committermalaterre <malaterre>
Sat, 25 Mar 2006 17:02:11 +0000 (17:02 +0000)
Testing/TestAllVM.cxx

index 88b7930504cd5042427abddd6eb79740d7bdc2de..8c28b66125e1994500524979aca1e165f4aa6302 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestAllVM.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 11:31:06 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2006/03/25 17:02:11 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -85,7 +85,7 @@ int TestAllVM(int argc, char *argv[])
       filename += "/";
       filename += gdcmDataImages[i];
       
-      if (gdcmDataImages[i] == "00191113.dcm") // Track bug on Darwin
+      if (!strcmp(gdcmDataImages[i],"00191113.dcm")) // Track bug on Darwin
           gdcm::Debug::DebugOn();
       else
          gdcm::Debug::DebugOff();