[koha-commits] main Koha release repository branch master updated. v3.22.00-1493-gcf7052a

Git repo owner gitmaster at git.koha-community.org
Tue May 3 17:11:55 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  cf7052a3780b7e6387445794217f4d9b04d851c9 (commit)
      from  822509eee5f50e0425115a576be8d1f2c0450d35 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cf7052a3780b7e6387445794217f4d9b04d851c9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Sat Apr 30 14:52:29 2016 +0200

    Bug 16404: Fix Circulation/Branch.t (tests 8-11)
    
    Resolves:
    Failed test 'GetBranchitem returns holdallowed and return branch'
    at t/db_dependent/Circulation/Branch.t line 226.
         Structures begin differing at:
              $got->{hold_fulfillment_policy} = 'any'
         $expected->{hold_fulfillment_policy} = Does not exist
    Failed test 'Without parameters GetBranchItemRule returns the values in default_circ_rules'
    at t/db_dependent/Circulation/Branch.t line 234.
         Structures begin differing at:
              $got->{hold_fulfillment_policy} = 'any'
         $expected->{hold_fulfillment_policy} = Does not exist
    Failed test 'With only a branchcode GetBranchItemRule returns values in default_branch_circ_rules'
    at t/db_dependent/Circulation/Branch.t line 239.
         Structures begin differing at:
              $got->{hold_fulfillment_policy} = 'any'
         $expected->{hold_fulfillment_policy} = Does not exist
    Failed test 'With only one parametern GetBranchItemRule returns default values'
    at t/db_dependent/Circulation/Branch.t line 244.
         Structures begin differing at:
              $got->{hold_fulfillment_policy} = 'any'
         $expected->{hold_fulfillment_policy} = Does not exist
    
    Test plan:
    Run test before and after applying this patch.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Note: I do not see the usefulness of the lazy_any variable, I don't
    think it make things easier to read.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/Circulation/Branch.t |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list