[koha-commits] main Koha release repository branch master updated. v3.16.00-1075-g348bca3

Git repo owner gitmaster at git.koha-community.org
Fri Nov 14 19:32:51 CET 2014


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  348bca3dbb200627b3f3fd3ae9aae2d012892ecd (commit)
      from  63dd425a46de599be25bb2ccb10bd3726d355de8 (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 348bca3dbb200627b3f3fd3ae9aae2d012892ecd
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Nov 14 15:28:55 2014 -0300

    Bug 11401: (followup) make tests run on absent deps
    
    The current code breaks if a dependency is missing. The evals are
    rearranged so there's no error on missing dependency.
    
    To reproduce:
    - Have a dependency for t/NorwegianPatronDB.t removed
    - Run
      $ prove t/NorwegianPatronDB.t
    => FAIL: You see an error similar to this (may vary depending on the lib you removed):
    
    t/NorwegianPatronDB.t .. You tried to plan twice at t/NorwegianPatronDB.t line 37.
    
    - Apply the patch
    - Run
      $ prove t/NorwegianPatronDB.t
    => SUCCESS: Tests are skipped on missing lib
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 t/NorwegianPatronDB.t |   27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list