Skip Menu |

This queue is for tickets about the Tk-JComboBox CPAN distribution.

Report information
The Basics
Id: 59826
Status: resolved
Priority: 0/
Queue: Tk-JComboBox

People
Owner: Nobody in particular
Requestors: DICHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.14
Fixed in: (no value)



Module can't be installed because some test script fail in linux-32 and perl 5.10.1 failing tests: t/02_Options_Basic.t ( TestTakeFocus ) t/04_Options_Misc.t ( TestState ) Some tests add more widgets to the main screen but window is not resized to accomodate new widgets, making some of them to be not visible. Invisible widgets can't and test cases fail. I was able to make them pass by putting something like $mw->geometry('500x500');
Subject: bad test scripts
Thanks for suggesting this. I'll incorporate your suggestion into 1.15 among many other minor fixes. On Thu Jul 29 11:48:21 2010, DICHI wrote: Show quoted text
> Module can't be installed because some test script fail in linux-32 and > perl 5.10.1 > > failing tests: > t/02_Options_Basic.t ( TestTakeFocus ) > t/04_Options_Misc.t ( TestState ) > > Some tests add more widgets to the main screen but window is not resized > to accomodate new widgets, making some of them to be not visible. > Invisible widgets can't and test cases fail. I was able to make them > pass by putting something like $mw->geometry('500x500'); >