[Koha-bugs] [Bug 8879] silence messages from running prove ./t ./xt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 12 16:01:18 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8879

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtompset at hotmail.com

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
I saw some of these and were annoyed by them. I was pondering if perhaps it
would be okay to change INIT to CHECK, as there is only one INIT and no CHECK
blocks, so LIFO vs. FIFO doesn't really matter, would be an adequate solution
for the first two
(http://perldoc.perl.org/perlmod.html#BEGIN,-UNITCHECK,-CHECK,-INIT-and-END).

I think I have something for the Labels. I'll post up my patch for the Labels
later. Basically the patch is just initializing everything to 0 if they aren't
defined. Seeing as this a test, I don't think a rectangle of 0,0,0,0 is going
to be much of a problem. And if it is passed at runtime, a rectangle of 0,0,0,0
will likely not print something that should be or print it incorrectly, which
will trigger someone finding the bad code that called it.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list