comparison scripts/testfun/test.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 1bfb88e78027
children 20cbb0fdab48
comparison
equal deleted inserted replaced
8201:0ab4eed59455 8202:cf59d542f33e
66 ## If the second argument is 'explain', then @var{name} is ignored and an 66 ## If the second argument is 'explain', then @var{name} is ignored and an
67 ## explanation of the line markers used is written to the file @var{fid}. 67 ## explanation of the line markers used is written to the file @var{fid}.
68 ## @seealso{error, assert, fail, demo, example} 68 ## @seealso{error, assert, fail, demo, example}
69 ## @end deftypefn 69 ## @end deftypefn
70 70
71 ## TODO: * Consider using keyword fail rather then error? This allows us 71 ## FIXME: * Consider using keyword fail rather then error? This allows us
72 ## TODO: to make a functional form of error blocks, which means we 72 ## to make a functional form of error blocks, which means we
73 ## TODO: can include them in test sections which means that we can use 73 ## can include them in test sections which means that we can use
74 ## TODO: octave flow control for both kinds of tests. 74 ## octave flow control for both kinds of tests.
75 75
76 ## PKG_ADD: mark_as_command test 76 ## PKG_ADD: mark_as_command test
77 77
78 function [__ret1, __ret2, __ret3, __ret4] = test (__name, __flag, __fid) 78 function [__ret1, __ret2, __ret3, __ret4] = test (__name, __flag, __fid)
79 ## information from test will be introduced by "key" 79 ## information from test will be introduced by "key"