[koha-commits] main Koha release repository branch master updated. v3.22.00-1074-g714d773

Git repo owner gitmaster at git.koha-community.org
Fri Apr 1 21:07:15 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  714d773900587eb1d2ac7e73ef4f1463c9805dc5 (commit)
      from  42d065937627a705b813eba577f519416f356d99 (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 714d773900587eb1d2ac7e73ef4f1463c9805dc5
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Wed Mar 30 12:46:30 2016 -0300

     Bug 16173: db_structure.t shouldn't have a fixed number of tests
    
    This patch makes db_structure.t more flexible regarding how many tests are run.
    This is important because it would fail on each db structure change, masking potential
    real problems.
    
    To test:
    - Run
      $ prove t/db_dependent/db_structure.t
    => FAIL: the number of tests ran doesn't match what is expected
    - Apply the patch
    - Run
      $ prove t/db_dependent/db_structure.t
    => SUCCESS: Tests count is not an issue [1]
    - Sign off
    
    [1] Right now the tests run successfuly, they might fail if a real bug is introduced
    on the DB structure, in the meantime.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/db_structure.t |   23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list