[koha-commits] main Koha release repository branch master updated. v16.05.00-beta-8-gff898e8

Git repo owner gitmaster at git.koha-community.org
Mon May 23 18:43:39 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  ff898e88330d4572daac241d4a480f616fd0dcc7 (commit)
      from  3bf5a0569560f6a8f51b7d2d16fb788fa437a826 (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 ff898e88330d4572daac241d4a480f616fd0dcc7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat May 21 19:59:07 2016 -0400

    Bug 16561 - Bug 15877 followup to fix tests
    
    When I altered the tests to avoid accidental deletion of all items, I
    didn't rollback the transaction, hence the tests now delete all items
    from a db when run.
    
    This patch rollsback the transaction so items are not deleted from your db
    
    To test:
    1 - Backup your db
    2 - prove -v t/db_dependent/Barcodes.t
    3 - Note that all items and issues are deleted from the DB
    4 - Restore your DB
    5 - Apply this patch
    6 - prove -v t/db_dependent/Barcodes.t
    7 - Your DB should eb unchanged
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/Barcodes.t |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list