[Koha-bugs] [Bug 11213] GetItemsInfo() called twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 1 02:36:44 CEST 2014


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

--- Comment #25 from M. Tompsett <mtompset at hotmail.com> ---
You modified GetItemsInfo.
t/db_dependent/Items.t needs to have GetItemsInfo calls.

You modified searchResults.
t/db_dependent/Search.t needs to have calls to searchResults that will trigger
changed code.

You modified shelfpage.
t/db_dependent/VirtualShelves_Page.t needs to at least have a call to shelfpage
added. You moved most of the changes into the shelf_contents and properly added
a test for it, but the removal of code in shelfpage still may merit a call to
shelfpage too.

Your tweaks in C4/XSLT don't expressly need a test, but
t/db_dependent/XSLT.t probably should be created with at least a call to
XSLTParse4Display.

These are the tests I am expecting.

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


More information about the Koha-bugs mailing list