Re: GtkWindow fails to pass make test
- From: muppet <scott asofyet org>
- To: Ross McFarland <rwmcfa1 neces com>
- Cc: trefftzs tcsn net, Gtk-Perl-List <gtk-perl-list gnome org>
- Subject: Re: GtkWindow fails to pass make test
- Date: Fri, 15 Aug 2003 18:23:31 -0400
On Friday, August 15, 2003, at 06:11 PM, Ross McFarland wrote:
here's what all that was caused by:
ok( $win2->get_transient_for, $win );
needed to be:
is( $win2->get_transient_for, $win );
i did that. on wednesday, if i recall correctly.
/me smacks head
i guess it was a different version of Test::More on RH9 than i was
using on RH8 and Win2k, and that's why i never saw the error. in fact,
i now recall the output showing Gtk2::Window=HASH(0xgunk) as a test
name, which i didn't notice at the time. the first form would've
resulted in that since ok() prints its second arg as a string. what
actually caused it to barf on your systems? could you track that down?
i would suspect that $win would still be stringified, why isn't it?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]