On Mon, Oct 7, 2019 at 3:04 AM Thierry Vignaud via gtk-perl-list <gtk-perl-list gnome org> wrote:
The commited fix results in: *** Poppler::Document::new_from_data: passed too many parameters (expected 3, got 4); ignoring excess at t/arrays.t line 204. need an array ref to convert to GArray at t/arrays.t line 204.
In addition to the above test error if you *do* have Poppler installed, the value for skipping the new Poppler tests was set to '1', as in "skip one test", and there's actually 16 Poppler tests that need to be skipped if the Poppler library is not installed. The attached patch fixes the test count. If nobody sees any problems with it, I'll commit it, and wait for a decision and/or patch that takes care of the above param count error before releasing G:O:I 0.048. Thanks, Brian
Attachment:
goi_1-poppler_skip_test_count.2019-10-07.patch
Description: Source code patch