# HG changeset patch # User Rik # Date 1506038752 25200 # Node ID 35d13d84a71a3ee35a5fc59446ba76288367591d # Parent 44bdd1bf14d8ac60ae41531f521dde1bb6c853fa Fix up failing BIST test after cset 1b7e49a72c62. * __osmesa_print__.cc: Change expected file size to new value in BIST test. diff -r 44bdd1bf14d8 -r 35d13d84a71a libinterp/dldfcn/__osmesa_print__.cc --- 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