changeset 14696:775fed9ed47d

test: Turn off 'deprecated-function' warning when running fntests.m * fntests.m: Correct typo in warning name "deprecated-functions" -> "deprecated-function"
author Rik <octave@nomad.inbox5.com>
date Mon, 28 May 2012 09:26:51 -0700
parents e3da2a68d709
children c2411bff11c6
files test/fntests.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/fntests.m	Fri May 25 16:02:05 2012 -0700
+++ b/test/fntests.m	Mon May 28 09:26:51 2012 -0700
@@ -242,7 +242,7 @@
 warning ("on", "quiet");
 try
   page_screen_output (0);
-  warning ("off", "Octave:deprecated-functions");
+  warning ("off", "Octave:deprecated-function");
   fid = fopen ("fntests.log", "wt");
   if (fid < 0)
     error ("could not open fntests.log for writing");