# HG changeset patch # User Thorsten Meyer # Date 1239568200 -7200 # Node ID f5b51f54f44ee22d3638a2212ddf520ad47c0e25 # Parent 96e7a72be5e741784dd86ca9698ebdd91d34c795 Remove obsolete comments from test scripts in test diff -r 96e7a72be5e7 -r f5b51f54f44e test/ChangeLog --- a/test/ChangeLog Sun Apr 12 11:08:56 2009 +0200 +++ b/test/ChangeLog Sun Apr 12 22:30:00 2009 +0200 @@ -1,3 +1,13 @@ +2009-04-12 Thorsten Meyer + + * test_contin.m, test_error.m, test_eval-catch.m, test_for.m, + test_global.m, test_if.m, test_index-wfi-f.m, + /test_index-wfi-t.m, test_io.m, test_logical-wfi-f.m, + test_logical-wfi-t.m, test_prefer.m, test_recursion.m, + test_return.m, test_string.m, test_struct.m, test_switch.m, + test_system.m, test_transpose.m, test_try.m, test_unwind.m, + test_while.m: Remove obsolete comments. + 2009-04-07 Carlo de Falco * test_io.m: Add a test for saving and reading a matrix with the diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_contin.m --- a/test/test_contin.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_contin.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/contin/contin-1.m %!test %! x = [1,2]; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_error.m --- a/test/test_error.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_error.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/error/error-1.m %!function g () %! error ("foo"); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_eval-catch.m --- a/test/test_eval-catch.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_eval-catch.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/eval-catch/eval-catch-1.m %!test %! eval ("clear a; a;", ""); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_for.m --- a/test/test_for.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_for.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/for/for-1.m %!test %! for i = 1 diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_global.m --- a/test/test_global.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_global.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/global/global-1.m %!test %! global G = 1; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_if.m --- a/test/test_if.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_if.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/if/if-1.m %!test %! i = 0; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_index-wfi-f.m --- a/test/test_index-wfi-f.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_index-wfi-f.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/index-wfi-f/s-1.m %!test %! wfi = warning ("query", "Octave:fortran-indexing"); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_index-wfi-t.m --- a/test/test_index-wfi-t.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_index-wfi-t.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/index-wfi-t/s-1.m %!test %! wfi = warning ("query", "Octave:fortran-indexing"); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_io.m --- a/test/test_io.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_io.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - ## FIXME -- we should skip (or mark as an expected failure) the test for ## saving sparse matrices to MAT files when using 64-bit indexing since ## that is not implemented yet. diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_logical-wfi-f.m --- a/test/test_logical-wfi-f.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_logical-wfi-f.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/logical-wfi-f/s-1.m %!test %! wfi = warning ("query", "Octave:fortran-indexing"); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_logical-wfi-t.m --- a/test/test_logical-wfi-t.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_logical-wfi-t.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/logical-wfi-t/s-1.m %!test %! wfi = warning ("query", "Octave:fortran-indexing"); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_prefer.m --- a/test/test_prefer.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_prefer.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/prefer/prefer-1.m %!test %! m = [3 2]; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_recursion.m --- a/test/test_recursion.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_recursion.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/recursion/recursion-1.m %!function y = f (x) %! if (x == 1) diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_return.m --- a/test/test_return.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_return.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/return/return-1.m %!function y = f () %! y = 1; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_string.m --- a/test/test_string.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_string.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/string/str-esc-1.m %!test %! x = 7; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_struct.m --- a/test/test_struct.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_struct.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/struct/fieldnames-1.m %!test %! s.a = 1; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_switch.m --- a/test/test_switch.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_switch.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/switch/switch-1.m %!test %! a = 1; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_system.m --- a/test/test_system.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_system.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/system/cputime-1.m %!test %! [t1, u1, s1] = cputime (); diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_transpose.m --- a/test/test_transpose.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_transpose.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/transpose/transpose-1.m %!test %! scalar = 2; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_try.m --- a/test/test_try.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_try.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/try/try-1.m %!test %! try diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_unwind.m --- a/test/test_unwind.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_unwind.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/unwind/unwind-1.m %!function y = f (x) %! global g; diff -r 96e7a72be5e7 -r f5b51f54f44e test/test_while.m --- a/test/test_while.m Sun Apr 12 11:08:56 2009 +0200 +++ b/test/test_while.m Sun Apr 12 22:30:00 2009 +0200 @@ -16,8 +16,6 @@ ## along with Octave; see the file COPYING. If not, see ## . -%% Automatically generated from DejaGNU files - %% test/octave.test/while/while-1.m %!test %! i = 0;