X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllVM.cxx;h=fadab1756cdfbf5d16f97f4a90648d0cc385e376;hb=ed8f0888f5c1f2bfb64d5759a5dc9590858b31f2;hp=d0ebb13e14bc9d69ac52a5d538695290d3a8ec2f;hpb=7014b1076ee3dae7a3c4f7b9ce35c44d004956b6;p=gdcm.git diff --git a/Testing/TestAllVM.cxx b/Testing/TestAllVM.cxx index d0ebb13e..fadab175 100644 --- a/Testing/TestAllVM.cxx +++ b/Testing/TestAllVM.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllVM.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 09:47:35 $ - Version: $Revision: 1.13 $ + Date: $Date: 2006/07/05 13:08:32 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,7 +39,7 @@ int DoTheVMTest(std::string const &filename) gdcm::DataEntry *de; while(d) { - if ( de = dynamic_cast(d) ) + if ( (de = dynamic_cast(d)) ) { if ( !(de->GetGroup() % 2) ) // Don't check shadow elements. Righ now, // Private Dictionnary are not dealt with