From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-09 04:26:59
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified Summary: t/GtkStatusIcon.t fails tests 31 and 33 on Windows Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: sis...@op... QAContact: gtk...@li... GNOME target: --- GNOME version: --- 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 -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |