GNOME Bugzilla – Bug 634383
t/GtkStatusIcon.t fails tests 31 and 33 on Windows
Last modified: 2011-08-23 18:42:17 UTC
Hi, This is in relation to version 1.222 of Gtk2. Here's the relevant section of the output from running the test script: ############################ ok 30 not ok 31 # Failed test at t/GtkStatusIcon.t line 144. # got: '' # expected: '1' ok 32 not ok 33 # Failed test at t/GtkStatusIcon.t line 150. # got: 'TEST1' # expected: '<b>TEST1</b>' ok 34 ############################ And the relevant section of t/GtkStatusIcon.t: ############################ 143: $icon->set_has_tooltip(TRUE); 144: is ($icon->get_has_tooltip(), TRUE); 145: 146: $icon->set_has_tooltip(FALSE); 147: is ($icon->get_has_tooltip(), FALSE); 148: ############################ The same tests fail (in exactly the same way) for perls 5.8.0, 5.10.0 and 5.12.0 (both 32-bit and 64-bit builds of 5.12.0). Cheers, Rob
Created attachment 193989 [details] [review] Fix a test failure in t/GtkStatusIcon.t
Sorry for the late response. Does the above patch fix the problem?
Yes, the patch looks good. Thanks, Torsten.
Attachment 193989 [details] pushed as e6fedbf - Fix a test failure in t/GtkStatusIcon.t Thanks for the report.