[Koha-bugs] [Bug 14103] Discharge management: Software error on main page after upgrade - Missing dependencies on About page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 6 12:36:04 CEST 2015


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

--- Comment #15 from Chris Nighswonger <cnighswonger at foundations.edu> ---
(In reply to Fridolin SOMERS from comment #14)
> Do you think that UT t/db_dependent/Borrower_Discharge.t will not be able to
> validate this patch ?

cnighswonger at cnighswonger-dt:~/Repositories/koha.dev (bugs/bug_14103)$ prove
t/db_dependent/Borrower_Discharge.t
t/db_dependent/Borrower_Discharge.t .. SELECT COUNT( * ) FROM borrowers me
WHERE ( userid = ? ): 'myfirstname.mysurname'
SELECT me.categorycode, me.description, me.enrolmentperiod,
me.enrolmentperioddate, me.upperagelimit, me.dateofbirthrequired, me.finetype,
me.bulk, me.enrolmentfee, me.overduenoticerequired, me.issuelimit,
me.reservefee, me.hidelostitems, me.category_type,
me.BlockExpiredPatronOpacActions, me.default_privacy FROM categories me WHERE (
me.categorycode = ? ): 'S'
INSERT INTO issues ( auto_renew, borrowernumber, branchcode, date_due,
issuedate, itemnumber, onsite_checkout) VALUES ( ?, ?, ?, ?, ?, ?, ? ): '0',
'51', 'CPL', '2015-05-27 23:59:00', '2015-05-06 06:35:37', '1', '0'
t/db_dependent/Borrower_Discharge.t .. 1/? SELECT me.borrower, me.needed,
me.validated FROM discharges me WHERE ( ( me.needed IS NOT NULL AND
me.validated IS NULL ) ):
t/db_dependent/Borrower_Discharge.t .. ok
All tests successful.
Files=1, Tests=5, 13 wallclock secs ( 0.02 usr  0.02 sys +  1.74 cusr  0.22
csys =  2.00 CPU)
Result: PASS

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


More information about the Koha-bugs mailing list