Re: Gtk3 0.005 test case failure



On 22.04.2012 14:00, intrigeri wrote:
#   Failed test at t/zz-GtkBuilder.t line 122.

Line 122 reads:   ok ($flags == [ qw/after swapped/ ]);

Dang, I forgot about this. You'll need Glib from git master for this to work, specifically, this commit: <http://git.gnome.org/browse/perl-Glib/commit/?id=95dcf159ca50da2f3d98546c3d230604f7183a6b>. For the time being, I think you can safely skip this test for your package.

I'm not sure what we are really trying to test here, but I don't see
how an existing arrayref can be equal to a shiny new one.

The $flags variable holds a Glib::Flags object (with a recent Glib, at least, see above) which overloads the "==" operator.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]