]> Creatis software - gdcm.git/commitdiff
Always generate an error (temporaryly),
authorjpr <jpr>
Tue, 25 Sep 2007 10:07:42 +0000 (10:07 +0000)
committerjpr <jpr>
Tue, 25 Sep 2007 10:07:42 +0000 (10:07 +0000)
just to allow us to see the full log in the dashboard

Testing/TestInline.cxx

index 669c0ea50433b6621f3ac42aacf15df9406bd23a..33feed842836dcaeed7f14c61e43d1fc16c180ff 100755 (executable)
@@ -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/25 10:07:42 $
+  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
@@ -572,6 +572,7 @@ int TestInline(int argc, char *argv[])
    GET_TIME(tms2);   
    HOW_LONG(tms2,tms1);
 
-
-   return 0;
+   return 1; // will generate an error, 
+             // just to allow us to see the full log in the dashboard
+   //return 0;
 }