[koha-commits] main Koha release repository branch master updated. v3.22.00-1032-g6a04ba5

Git repo owner gitmaster at git.koha-community.org
Wed Mar 30 15:36:49 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  6a04ba598fb6f14aa1183fa1c5840cce7696d8e5 (commit)
      from  8255a18edc9c2eee52b01bfa20114b088b9bf555 (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 6a04ba598fb6f14aa1183fa1c5840cce7696d8e5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 29 17:00:59 2016 -0300

     Bug 16160: Fix t/../www/search_utf8.t for layout change
    
    Some of the include files in tools/manage-marc-import.tt introduced a new form object
    so the form index for the tests needed to be changed to match the new layout.
    
    While testing this I also found that due to the new record_type input in stage-marc-import.tt
    the tests would fail if run on an instance with already imported stuff (i.e. the import id
    was defaulting to zero). This might have been the cause of some random failures in jenkins
    befire we started to DROP / re-CREATE the DB.
    
    To test:
    - Run (on kohadevbox:ansible)
      $ sudo koha-shell kohadev
      $ cd kohaclone
      $ prove t/db_dependent/www/search_utf8.t
    => FAIL: mainsubmitform is not found, and the tests hang
    - Apply the patch
    - re-run the tests:
     $ prove t/db_dependent/www/search_utf8.t
    => SUCCESS: Tests now pass!
    - Sign off
    
    Regards
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/www/search_utf8.t |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list