X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestUtil.cxx;h=24c285d540078f46cfa6bd7ce1e88ddb5569440b;hb=74eaba3baaf7c13f2b2b848aaac8ba1a3ede6297;hp=b61aa4cd1ffe911d894455de16c7c66f341e8c27;hpb=d31dacbd4792e49cccecc51ffd9d93fd71541561;p=gdcm.git diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index b61aa4cd..24c285d5 100644 --- a/Testing/TestUtil.cxx +++ b/Testing/TestUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestUtil.cxx,v $ Language: C++ - Date: $Date: 2004/12/07 13:39:32 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/01/06 19:10:07 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,5 +43,8 @@ int TestUtil(int , char * []) if( gdcm::Util::DicomStringEqual(d,ref) ) return 1; + // MAC Adress + std::cout << "Mac Address:" << gdcm::Util::GetMACAddress() << std::endl; + return 0; }