diff scripts/testfun/assert.m @ 8202:cf59d542f33e

replace all TODOs and XXXs with FIXMEs
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 08 Oct 2008 20:00:25 +0200
parents c6a1a217ac3c
children b93ac0586e4b
line wrap: on
line diff
--- a/scripts/testfun/assert.m
+++ b/scripts/testfun/assert.m
@@ -51,10 +51,10 @@
 ## @seealso{test}
 ## @end deftypefn
 
-## TODO: Output throttling: don't print out the entire 100x100 matrix,
-## TODO: but instead give a summary; don't print out the whole list, just
-## TODO: say what the first different element is, etc.  To do this, make
-## TODO: the message generation type specific.
+## FIXME: Output throttling: don't print out the entire 100x100 matrix,
+## but instead give a summary; don't print out the whole list, just
+## say what the first different element is, etc.  To do this, make
+## the message generation type specific.
 
 function assert (cond, varargin)