changeset 24085:ca7cef297280

fix another failing test after cset 1b7e49a72c62 * __osmesa_print__.cc: Change expected file size to new value in test.
author John W. Eaton <jwe@octave.org>
date Fri, 22 Sep 2017 13:01:58 -0400
parents 71a449b29cc7
children 2a9eec536cfd
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	Fri Sep 22 15:45:46 2017 +0200
+++ b/libinterp/dldfcn/__osmesa_print__.cc	Fri Sep 22 13:01:58 2017 -0400
@@ -224,7 +224,7 @@
 %!   unwind_protect
 %!     sombrero ();
 %!     __osmesa_print__ (hf, fn, "svg");
-%!     assert (stat (fn).size, 2938972, -0.20);
+%!     assert (stat (fn).size, 2183074, -0.20);
 %!     img = __osmesa_print__ (hf);
 %!     assert (size (img), [get(hf, "position")([4, 3]), 3]);
 %!     ## Use pixel sum per RGB channel as fingerprint