http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11213
--- Comment #25 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
