Re: GdkEvent.t failures...



Ross McFarland said:

here's the output:

t/GdkEvent...................NOK 63#     Failed test (t/GdkEvent.t at line
194)
#     $ev of expected type isn't a 'Gtk2::Gdk::Event::Crossing' it's a
'Gtk2::Gdk::Event'
t/GdkEvent...................NOK 65#     Failed test (t/GdkEvent.t at line
196)
...
keyboard events are essentially ignored
with Gtk2::TestHelper, perhaps we should come up with something similar to
ignore mouse events with Gtk2::TestHelper? (if possible)

at the particular spot where this happens, which is the hand-off point from
Gdk to GTK+, such a trick would not help; we have to get the events into GTK+
before we can ignore them, but this test is checking specifically that we get
a handler called on an event we put on the queue.

basically, i don't think it would help.

-- 
muppet <scott at asofyet dot org>



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