changeset 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 78ac37d73557
children 9f8ff01abc65
files test/ChangeLog test/fntests.m
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog	Mon Oct 19 12:12:58 2009 +0200
+++ b/test/ChangeLog	Mon Oct 19 19:13:57 2009 -0700
@@ -1,3 +1,8 @@
+2009-10-08  Rik  <octdev@nomad.inbox5.com>
+
+	* fntests.m: Remove deprecated functions from list of functions requiring
+	new tests to be written
+
 2009-10-08  Rik  <octdev@nomad.inbox5.com>
 
 	* fntests.m: Fix typo of an extra space in instructions to user
--- a/test/fntests.m	Mon Oct 19 12:12:58 2009 +0200
+++ b/test/fntests.m	Mon Oct 19 19:13:57 2009 -0700
@@ -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;