|
From: <jgr...@us...> - 2003-07-26 14:59:50
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv13266/tests
Modified Files:
TestBayes.tst
Log Message:
Small changes to help the coverage code spot blocks of code that are being executed; make coverage.pl warn if it detects an unterminated PROFILE BLOCK
Index: TestBayes.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TestBayes.tst 13 Jul 2003 02:40:35 -0000 1.12
--- TestBayes.tst 26 Jul 2003 14:59:47 -0000 1.13
***************
*** 114,115 ****
--- 114,120 ----
}
}
+
+ # TODO test that stop writes the parameters to disk
+
+ $b->stop();
+
|