changeset 11054:3b8817c91e31

fntests.m: Break output text differently for better readability.
author Rik <octave@nomad.inbox5.com>
date Wed, 29 Sep 2010 12:22:37 -0700
parents c33b7054f1f9
children b721e12140cc
files test/ChangeLog test/fntests.m
diffstat 2 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-29  Rik <octave@nomad.inbox5.com>
+
+	* fntests.m: Break output text differently for better readability.
+
 2010-09-28  Rik <octave@nomad.inbox5.com>
 
 	* test/@Gork/set.m, test/fntests.m, test/test_func.m, test/test_io.m:
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -250,14 +250,13 @@
     endif
     printf ("\nThere %s %d expected %s (see fntests.log for details).\n",
             t1, dxf, t2);
-    puts ("\nExpected failures are known bugs.  Please help improve\n");
-    puts ("Octave by contributing fixes for them.\n");
+    puts ("\nExpected failures are known bugs.  Please help improve Octave\n");
+    puts ("by contributing fixes for them.\n");
   endif
   if (dsk > 0)
     printf ("\nThere were %d skipped tests (see fntests.log for details).\n", dsk);
-    puts ("Skipped tests are features that are disabled in this version\n");
-    puts ("of Octave because the needed libraries were not present when Octave\n");
-    puts ("was built.\n");
+    puts ("Skipped tests are features that are disabled in this version of Octave\n");
+    puts ("because the needed libraries were not present when Octave was built.\n");
   endif
 
   report_files_with_no_tests (files_with_tests, files_with_no_tests, ".m");