# HG changeset patch # User Rik # Date 1580932344 28800 # Node ID bd7d82fc65ba29ba70fa1adaa866e2a664089598 # Parent 5664362da646e68f1a423b605fa5c4c354b1601c ode15i.m: Adapt another BIST test to new input validation in cset 13dba3c069f8. * ode15i.m: Adapt remaining BIST test for AbsTol to new messages. diff -r 5664362da646 -r bd7d82fc65ba scripts/ode/ode15i.m --- a/scripts/ode/ode15i.m Wed Feb 05 11:05:38 2020 -0800 +++ b/scripts/ode/ode15i.m Wed Feb 05 11:52:24 2020 -0800 @@ -647,7 +647,7 @@ %!testif HAVE_SUNDIALS %! opt = odeset ("AbsTol", [1, 1, 1]); %! fail ("[t, y] = ode15i (@fun, [0, 2], 2, 2, opt)", -%! "ode15i: invalid value assigned to field 'AbsTol'"); +%! 'ode15i: invalid value assigned to field "AbsTol"'); %!testif HAVE_SUNDIALS %! A = zeros (2);