[Avida-SVN] r1230 - in extras: . source/testsuites

avidaedward at myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Sat Jan 27 22:17:53 PST 2007


Author: avidaedward
Date: 2007-01-28 01:17:53 -0500 (Sun, 28 Jan 2007)
New Revision: 1230

Modified:
   extras/
   extras/source/testsuites/nTestDriver.cpp
Log:
 r1250 at clearly:  kaben | 2007-01-23 01:21:13 -0500
 Changed ToDo list in nTestDriver : now it shows up in TestAvida as test "cTestDriver_ToDo".



Property changes on: extras
___________________________________________________________________
Name: svk:merge
   - 079b078a-dbed-46b9-b3da-37668d4295ca:/avida/local/extras:1247
   + 079b078a-dbed-46b9-b3da-37668d4295ca:/avida/local/extras:1250

Modified: extras/source/testsuites/nTestDriver.cpp
===================================================================
--- extras/source/testsuites/nTestDriver.cpp	2007-01-28 06:17:49 UTC (rev 1229)
+++ extras/source/testsuites/nTestDriver.cpp	2007-01-28 06:17:53 UTC (rev 1230)
@@ -7,12 +7,15 @@
 
 using namespace std;
 
-/*
-XXX To-Do:
-- cTestDriver_FunctionalTest_Settings
-*/
+namespace nTestDriver {
+/* To-Do. {{{1 */
+  namespace ToDo {
+    void test(){
+      ERROR("kgn at FIXME : bugfix needed : option 'Quiet' now causes crashes, I think because it collides with @cao's 'nonverbose' setting for Avida -");
+    }
+    cAddTestSuite t("cTestDriver_ToDo", test);
+  }
 
-namespace nTestDriver {
 /* Brainstorms. {{{1 */
   /* cTestDriver_Brainstorm_HelloWorld {{{2 */
   namespace Brainstorm_HelloWorld {




More information about the Avida-cvs mailing list