]> Creatis software - clitk.git/commitdiff
forgot to uncomment...
authormpech <maxime.pech@insa-lyon.fr>
Wed, 28 Sep 2011 14:25:35 +0000 (16:25 +0200)
committermpech <maxime.pech@insa-lyon.fr>
Wed, 28 Sep 2011 14:25:35 +0000 (16:25 +0200)
tests/tools/toolTestRunner.cxx

index b2aa36c07a41b6629e62059ba463a846d57f7973..212321106ec1a32458977c592be1e19a4274a8a6 100644 (file)
@@ -176,7 +176,7 @@ int main(int argc, char** argv){
     remove(rawFile.c_str());
   }
   //neither the mhd is
-  //remove(outFile.c_str());
+  remove(outFile.c_str());
   
   //success
   return 0;