Re: Gtk3 0.005 test case failure
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Gtk3 0.005 test case failure
- Date: Sun, 22 Apr 2012 15:52:35 +0200
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]