[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.12-6-g525ca46cc7

Git repo owner gitmaster at git.koha-community.org
Fri Jul 3 02:04:10 CEST 2020


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, 19.05.x has been updated
       via  525ca46cc7a89f23d816de7e5aee9c3a67b8392d (commit)
      from  009794008c30c4321c8ef417888ba7f682590aa2 (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 525ca46cc7a89f23d816de7e5aee9c3a67b8392d
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri May 29 14:41:25 2020 -0300

    Bug 25623: Make sure oauth.t rolls back the db
    
    This patch adds a missing transaction wrapping one of the subtests. This
    is probably an oversight when refactoring this file.
    
    To test:
    1. Open the patron categories page
    2. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/oauth.t
    => SUCCESS: Tests pass
    3. Reload the patron categories page
    => FAIL: There's random data in there
    4. Apply this patch and repeat 2
    5. Reload the patron categories page
    => SUCCESS: The random data from the previous tests is still there, but
    no new random data
    => SUCCESS: Tests still pass
    6. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f898cef4f4b5a9f424f968a58b96898f26f80035)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 0734017ab62e05ee4b365ac4546dc68acefa86ca)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 4c536ffbcecfeeb9e6d6473e7c7c4cddfe4c5006)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 t/db_dependent/api/v1/oauth.t | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list