X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestUtil.cxx;h=ef1ab6288c9329cca4658bbe5afb851924b004f0;hb=5ded5a8f4160b5527854ff60719bf5aaa9e7327c;hp=5eab46e869c30238657993715ad1aa845103872f;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index 5eab46e8..ef1ab628 100644 --- a/Testing/TestUtil.cxx +++ b/Testing/TestUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestUtil.cxx,v $ Language: C++ - Date: $Date: 2005/11/28 15:20:29 $ - Version: $Revision: 1.18 $ + Date: $Date: 2006/05/31 16:25:09 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -92,11 +92,11 @@ int TestUtil(int , char *[]) std::cout << "Size of short int " << sizeof(short int) << std::endl; - std::cout << "Size of int " << sizeof(int) << std::endl; - std::cout << "Size of int* " << sizeof(int*) << std::endl; - std::cout << "Size of long " << sizeof(long) << std::endl; - std::cout << "Size of float" << sizeof(float) << std::endl; - std::cout << "Size of double" << sizeof(double) << std::endl; + std::cout << "Size of int " << sizeof(int) << std::endl; + std::cout << "Size of int* " << sizeof(int*) << std::endl; + std::cout << "Size of long " << sizeof(long) << std::endl; + std::cout << "Size of float" << sizeof(float) << std::endl; + std::cout << "Size of double" << sizeof(double) << std::endl; // CreateCleanString std::string x = "a#@-bc\tdef"; @@ -171,5 +171,21 @@ int TestUtil(int , char *[]) std::cout << "GetDebugFlag : " << gdcm::Debug::GetDebugFlag()< MD5 : " << gdcm::Util::ConvertToMD5(s1) + < MD5 : " << gdcm::Util::ConvertToMD5(s1) + < MD5 : " << gdcm::Util::ConvertToMD5(s1) + < MD5 : " << gdcm::Util::ConvertToMD5(s1) + < MD5 : " << gdcm::Util::ConvertToMD5(s1) + <