X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestInline.cxx;h=e7fcfeeb1513868edbcda3875a79fdb158544bbd;hb=9be2f6ae96caf2a9a4619ea3e4f8ceb762f2c035;hp=669c0ea50433b6621f3ac42aacf15df9406bd23a;hpb=cd43889882cab529a00c3d74dafb88406baa9be7;p=gdcm.git diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index 669c0ea5..e7fcfeeb 100755 --- a/Testing/TestInline.cxx +++ b/Testing/TestInline.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestInline.cxx,v $ Language: C++ - Date: $Date: 2007/09/21 13:34:09 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/09/28 07:35:49 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -572,6 +572,7 @@ int TestInline(int argc, char *argv[]) GET_TIME(tms2); HOW_LONG(tms2,tms1); - + //return 1; // will generate an error, + // just to allow us to see the full log in the dashboard return 0; }