[koha-commits] main Koha release repository branch master updated. v16.05.00-1004-ga1a0bdd

Git repo owner gitmaster at git.koha-community.org
Wed Oct 12 14:01:41 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  a1a0bdd7983d9baf74dcb4b38ee2cdfea25fb0b2 (commit)
       via  b7d25c83e6a39c75804c18c07ac76231d43b57b9 (commit)
       via  d2510f3e76b1b24ad473944d96141cc0f7a643d4 (commit)
      from  442734b4380dc7326bbd242d021a457acff0e18e (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 a1a0bdd7983d9baf74dcb4b38ee2cdfea25fb0b2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 10 17:30:43 2016 +0000

    Bug 17226 - Fix unit tests
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit b7d25c83e6a39c75804c18c07ac76231d43b57b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 30 16:22:53 2016 +0100

    Bug 17226: Make Koha::Object->get_column available
    
    Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit d2510f3e76b1b24ad473944d96141cc0f7a643d4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 30 16:13:21 2016 +0100

    Bug 17226: Improve Koha::Object's AUTOLOAD method
    
    Following the path of bug 17091, Koha::Object needs to AUTOLOAD the
    methods provided by DBIX::Class.
    We already use in_storage, id and is_changed, but others are coming!
    
    Test plan:
      prove t/db_dependent/Koha/Object.t
    should return green
    
    Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 Koha/Object.pm               |   54 ++++++-------------------
 t/Patron.t                   |    8 ++--
 t/db_dependent/Koha/Object.t |   92 ++++++++++++++++++++++++++++++++++++++++++
 t/db_dependent/Patron.t      |   72 ---------------------------------
 4 files changed, 109 insertions(+), 117 deletions(-)
 create mode 100755 t/db_dependent/Koha/Object.t
 delete mode 100755 t/db_dependent/Patron.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list