comparison scripts/ChangeLog @ 10615:08050f37ba49

Don't abort testing when merely skipping a testif block. Previously, test.m counted skipping a testif block as an error which stopped testing. This is not necessary and prevents testing a file which contains a mixture of test blocks only some of which are protected by testif clauses.
author Rik <octave@nomad.inbox5.com>
date Sat, 08 May 2010 10:29:39 -0700
parents ec34c7acd057
children 07933067e4ab
comparison
equal deleted inserted replaced
10614:d1194069e58c 10615:08050f37ba49
1 2010-05-08 Rik <octave@nomad.inbox5.com>
2
3 * testfun/test.m: Don't abort testing when skipping a testif block
4
1 2010-05-05 Rik <octave@nomad.inbox5.com> 5 2010-05-05 Rik <octave@nomad.inbox5.com>
2 6
3 * statistics/tests/cor_test.m, statistics/tests/t_test.m, 7 * statistics/tests/cor_test.m, statistics/tests/t_test.m,
4 statistics/tests/t_test_2.m, statistics/tests/t_test_regression.m, 8 statistics/tests/t_test_2.m, statistics/tests/t_test_regression.m,
5 statistics/tests/welch_test.m: Replace deprecated function calls. 9 statistics/tests/welch_test.m: Replace deprecated function calls.