changeset 24080:35d13d84a71a

Fix up failing BIST test after cset 1b7e49a72c62. * __osmesa_print__.cc: Change expected file size to new value in BIST test.
author Rik <rik@octave.org>
date Thu, 21 Sep 2017 17:05:52 -0700
parents 44bdd1bf14d8
children ae8e3e81f372
files libinterp/dldfcn/__osmesa_print__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__osmesa_print__.cc	Thu Sep 21 14:36:11 2017 -0500
+++ b/libinterp/dldfcn/__osmesa_print__.cc	Thu Sep 21 17:05:52 2017 -0700
@@ -243,7 +243,7 @@
 %!   unwind_protect
 %!     plot (sin (0:0.1:2*pi));
 %!     __osmesa_print__ (hf, fn, "svgis2d");
-%!     assert (stat (fn).size, 6674, -0.20);
+%!     assert (stat (fn).size, 9022, -0.20);
 %!     img = __osmesa_print__ (hf);
 %!     assert (size (img), [get(hf, "position")([4, 3]), 3]);
 %!     ## Use pixel sum per RGB channel as fingerprint