[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.00-11-gb9dffc1

Git repo owner gitmaster at git.koha-community.org
Tue Jun 5 12:35:28 CEST 2018


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, 18.05.x has been updated
       via  b9dffc169ddb7a3a32a071c4a004420814fa3a3f (commit)
      from  82908dc5bfa387742e2130330fdf1664b9d69c88 (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 b9dffc169ddb7a3a32a071c4a004420814fa3a3f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 14 14:04:01 2018 -0300

    Bug 20767: Display a stack trace when a method is not covered by tests
    
    When a method is not allowed yet (not covered by tests), developers get
    an error the is not really useful: "The method XXX is not covered by
    tests!"
    It would be more useful to have a stack trace in order to know where
    this error come from.
    
    Test plan:
    Modify some code to display this stack trace and confirm it makes sense
    to have it, i.e. it will make debug easier
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Object.pm                |    6 +++++-
 Koha/Objects.pm               |   10 +++++++++-
 t/db_dependent/Koha/Objects.t |   27 +++++++++++++++++++++------
 3 files changed, 35 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list