changeset 28047:bd7d82fc65ba

ode15i.m: Adapt another BIST test to new input validation in cset 13dba3c069f8. * ode15i.m: Adapt remaining BIST test for AbsTol to new messages.
author Rik <rik@octave.org>
date Wed, 05 Feb 2020 11:52:24 -0800
parents 5664362da646
children 42921bff241a
files scripts/ode/ode15i.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);