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

avidaedward at myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Sat Jan 27 22:16:54 PST 2007


Author: avidaedward
Date: 2007-01-28 01:16:54 -0500 (Sun, 28 Jan 2007)
New Revision: 1223

Modified:
   extras/
   extras/source/testsuites/nTestLib.cpp
Log:
 r1206 at clearly:  kaben | 2007-01-06 20:43:11 -0500
 Added vim fold markers to nTestLib.cpp (to reduce visual noise while I
 work with the source code).



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

Modified: extras/source/testsuites/nTestLib.cpp
===================================================================
--- extras/source/testsuites/nTestLib.cpp	2007-01-28 06:16:51 UTC (rev 1222)
+++ extras/source/testsuites/nTestLib.cpp	2007-01-28 06:16:54 UTC (rev 1223)
@@ -4,7 +4,8 @@
 using namespace std;
 
 namespace nTestLib {
-  /* Brainstorm. */
+/* Brainstorms. {{{1 */
+  /* cTestLib_Brainstorm_HelloWorld {{{2 */
   namespace Brainstorm_HelloWorld {
     void test(const cStringList &attrs){
       if(!attrs.HasString("HelloWorld")){
@@ -21,7 +22,8 @@
     cAddTestSuite t("cTestLib_Brainstorm_HelloWorld", test);
   }
 
-  /* Unit Tests. */
+/* Unit Tests. {{{1 */
+  /* cTestLib_UnitTest_HelloWorld {{{2 */
   namespace UnitTest_HelloWorld {
     void test(const cStringList &attrs){
       if(!attrs.HasString("HelloWorld")){
@@ -36,6 +38,7 @@
     cAddTestSuite t("cTestLib_UnitTest_HelloWorld", test);
   }
 
+  /* cTestLib_UnitTest_SupportsAndRegAndUnreg {{{2 */
   namespace UnitTest_SupportsAndRegAndUnreg {
     void testVoid(){}
     void testAttr(const cStringList &attrs){}
@@ -58,7 +61,8 @@
     cAddTestSuite t("cTestLib_UnitTest_SupportsAndRegAndUnreg", test);
   }
 
-  /* Regression. */
+/* Regression. {{{1 */
+  /* cTestLib_Regression_ErrorLoadingTestrunnerByKey1 {{{2 */
   namespace Regression_ErrorLoadingTestrunnerByKey {
     void testVoid(){}
     void test1(){
@@ -93,6 +97,7 @@
     }
     cAddTestSuite t1("cTestLib_Regression_ErrorLoadingTestrunnerByKey1", test1);
 
+  /* cTestLib_Regression_ErrorLoadingTestrunnerByKey2 {{{2 */
     void testAttr(const cStringList &attributes){}
     void test2(){
       {
@@ -126,6 +131,7 @@
     }
     cAddTestSuite t2("cTestLib_Regression_ErrorLoadingTestrunnerByKey2", test2);
 
+  /* cTestLib_Regression_ErrorLoadingTestrunnerByKey3 {{{2 */
     bool try_run_was_called;
     class myTestLib : public cTestLib {
     public:




More information about the Avida-cvs mailing list