[Avida-cvs] [avida-svn] r647 - development/source/tools

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu May 4 17:50:36 PDT 2006


Author: kaben
Date: 2006-05-04 20:50:36 -0400 (Thu, 04 May 2006)
New Revision: 647

Modified:
   development/source/tools/cInitFile.cc
Log:

Deliberate breakage (to test email-on-fail) by forcing a unit test to
fail.



Modified: development/source/tools/cInitFile.cc
===================================================================
--- development/source/tools/cInitFile.cc	2006-05-04 17:17:44 UTC (rev 646)
+++ development/source/tools/cInitFile.cc	2006-05-05 00:50:36 UTC (rev 647)
@@ -428,11 +428,11 @@
 
 void cInitFile::UnitTests(bool full)
 {
-  //if(full) {
-  //  std::cout << "nInitFileTests::utInitFile_hello_world" << std::endl;
-  //  nInitFileTests::utInitFile_hello_world::test();
-  //}
   if(full) {
+    std::cout << "nInitFileTests::utInitFile_hello_world" << std::endl;
+    nInitFileTests::utInitFile_hello_world::test();
+  }
+  if(full) {
     std::cout << "nInitFileTests::utInitFile_archiving" << std::endl;
     nInitFileTests::utInitFile_archiving::test();
   }




More information about the Avida-cvs mailing list