Bug 5786 changed the query for GetIssuingRules to SELECT *, which means if columns are added to the DB, this breaks. Add missing column(s) into the issuing rules hashes in the test.
Created attachment 49794 [details] [review] Bug 16186: t/db_dependent/Circulation_Issuingrule.t is failing Went a little beyond scope and added missing fields, even though tests weren't failing. TEST PLAN --------- 1) prove t/db_dependent/Circulation_Issuingrule.t -- fails 2) apply patch 3) prove t/db_dependent/Circulation_Issuingrule.t -- pass 4) git diff origin/master -- t/db_dependent/Circulation_Issuingrule.t -- notice that bug 5876 and bug 9129 combined to cause this 5) run koha qa test tools
Created attachment 49796 [details] [review] Bug 16186: t/db_dependent/Circulation_Issuingrule.t is failing TEST PLAN --------- 1) prove t/db_dependent/Circulation_Issuingrule.t -- fails 2) apply patch 3) prove t/db_dependent/Circulation_Issuingrule.t -- pass 4) git diff origin/master -- t/db_dependent/Circulation_Issuingrule.t -- notice that bug 5876 and bug 9129 combined to cause this 5) run koha qa test tools Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Trivial fix for the tests.
Pushed to Master - Should be in the 2016 release. Thanks!
Not needed in stable versions, status changed to RESOLVED