Mercurial > hg > octave-jordi
diff test/fntests.m @ 9741:36840b4ebda6
Remove deprecated functions from list of functions for which it
is necessary to write new tests
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Mon, 19 Oct 2009 19:13:57 -0700 |
parents | 519e164dde1e |
children | 9f8ff01abc65 |
line wrap: on
line diff
--- a/test/fntests.m +++ b/test/fntests.m @@ -118,7 +118,7 @@ for i = 1:length (lst) nm = lst(i).name; if (lst(i).isdir && ! strcmp (nm, ".") && ! strcmp (nm, "..") - && ! strcmp (nm, "CVS")) + && ! strcmp (nm, "CVS") && ! strcmp (nm, "deprecated") ) [p, n, xf, sk] = run_test_script (fid, [d, "/", nm]); dp += p; dn += n;