X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestTS.cxx;h=2d6b428dd257b36d0c9f536c1c6396e560619662;hb=e550e14aaf7d0223bbb18afe26ae1da2cfbbd332;hp=4aa6b6eead8ad9333a0298afa857cdafc7107806;hpb=9649936f884197f6f6260aae051d33729bce07d5;p=gdcm.git diff --git a/Testing/TestTS.cxx b/Testing/TestTS.cxx index 4aa6b6ee..2d6b428d 100644 --- a/Testing/TestTS.cxx +++ b/Testing/TestTS.cxx @@ -1,3 +1,20 @@ +/*========================================================================= + + Program: gdcm + Module: $RCSfile: TestTS.cxx,v $ + Language: C++ + Date: $Date: 2004/11/16 04:28:20 $ + Version: $Revision: 1.3 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #include "gdcmTS.h" int TestTS(int , char *[]) @@ -6,5 +23,5 @@ int TestTS(int , char *[]) // There should be 150 entries ts.Print( std::cout ); - return ts.GetValue( "" ) != GDCM_UNFOUND; + return ts.GetValue( "" ) != gdcm::GDCM_UNFOUND; }