changeset 6277:bdfb345dab8d

[project @ 2007-02-07 09:13:45 by jwe]
author jwe
date Wed, 07 Feb 2007 09:13:45 +0000
parents d26c558691cd
children 300fb48803e3
files test/ChangeLog test/fntests.m
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog	Wed Feb 07 09:01:24 2007 +0000
+++ b/test/ChangeLog	Wed Feb 07 09:13:45 2007 +0000
@@ -1,3 +1,7 @@
+2007-02-07  John W. Eaton  <jwe@octave.org>
+
+	* fntests.m: Add plea for help writing tests.
+
 2007-01-11  John W. Eaton  <jwe@octave.org>
 
 	* fntests.m: Also handle scripts directory in the build tree.
--- a/test/fntests.m	Wed Feb 07 09:01:24 2007 +0000
+++ b/test/fntests.m	Wed Feb 07 09:13:45 2007 +0000
@@ -168,7 +168,9 @@
   printf ("  FAIL %6d\n", nfail);
   n_files_with_no_tests = length (files_with_no_tests);
   n_files = n_files_with_no_tests + length (files_with_tests);
-  printf ("\n%d (of %d) files have no tests\n", n_files_with_no_tests, n_files);
+  printf ("\n%d (of %d) files have no tests.  Please help improve Octave by\n",
+	  n_files_with_no_tests, n_files);
+  printf ("contributing tests for these files (see the list in the file fntests.log).\n");
   fprintf (fid, "\nFiles with no tests:\n\n%s",
 	  list_in_columns (files_with_no_tests, 80));
   fclose (fid);