changeset 22385:85fa7238dafc

Fix changed fingerprint in BIST test (bug #48842). * __osmesa_print__.cc: Change fingerprint in 2nd BIST test to match current results.
author Rik <rik@octave.org>
date Thu, 25 Aug 2016 08:50:37 -0700
parents ac45255ccd2c
children 6b856c9bc9be
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 Aug 25 17:05:36 2016 +0200
+++ b/libinterp/dldfcn/__osmesa_print__.cc	Thu Aug 25 08:50:37 2016 -0700
@@ -235,7 +235,7 @@
 %!   unwind_protect
 %!     plot (sin (0:0.1:2*pi));
 %!     __osmesa_print__ (hf, fn, "svgis2d");
-%!     assert (stat (fn).size, 7438, -0.1);
+%!     assert (stat (fn).size, 6276, -0.1);
 %!     img = __osmesa_print__ (hf);
 %!     assert (size (img), [get(hf, "position")([4, 3]), 3]);
 %!     ## Use pixel sum per RGB channel as fingerprint