[cig-commits] commit: Forgot to uncomment a remove file line.

Mercurial hg at geodynamics.org
Mon Feb 1 15:32:47 PST 2010


changeset:   726:f677f87f8188
branch:      pcu_rejig
user:        JericoRevote
date:        Thu Dec 10 11:58:29 2009 +1100
files:       Base/IO/tests/IO_HandlerSuite.c
description:
Forgot to uncomment a remove file line.


diff -r e5d19017b902 -r f677f87f8188 Base/IO/tests/IO_HandlerSuite.c
--- a/Base/IO/tests/IO_HandlerSuite.c	Thu Dec 10 10:53:20 2009 +1100
+++ b/Base/IO/tests/IO_HandlerSuite.c	Thu Dec 10 11:58:29 2009 +1100
@@ -657,7 +657,7 @@ void IO_HandlerSuite_TestReadInvalid( IO
 			IO_Handler_ReadAllFromFile( data->io_handler, invalidXMLFilename, data->dict2 );
 		#endif
       pcu_check_fileEq( errorFilename, expectedErrorFilename );
-      //remove( errorFilename );
+      remove( errorFilename );
    }
 }
 



More information about the CIG-COMMITS mailing list