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

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu May 4 19:51:24 PDT 2006


Author: kaben
Date: 2006-05-04 22:51:24 -0400 (Thu, 04 May 2006)
New Revision: 650

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

Done testing emails-on-fails. Builds and tests will stop failing for a
little while.



Modified: development/source/tools/cInitFile.cc
===================================================================
--- development/source/tools/cInitFile.cc	2006-05-05 02:11:16 UTC (rev 649)
+++ development/source/tools/cInitFile.cc	2006-05-05 02:51:24 UTC (rev 650)
@@ -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