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  03a547da32195aa98cd9cd28b8d64f7bc399fa02 (commit)
       via  f1d4bdb926798a1523fe3e98e101aaa367555a19 (commit)
       via  8391e5d9353392eeae594b29111ebfeb2938a87d (commit)
       via  26cc2b211a1bfae5bf510f6aeaf5cab751cdcabf (commit)
       via  4f175ce2bb556dd79561b5945708c77223bddb70 (commit)
       via  8876fd3e716dc71640bc1f067f37ecd82c21384c (commit)
       via  bee0c0b4ab17d336feda519b842f8212edfd696f (commit)
       via  f6f95808d815c6ef5376a5e9d5e238387010dd6d (commit)
       via  d482aef2e420cc2466a6e645eebea9c0c8d4a19d (commit)
      from  8c489457caf79f3c71eb78e1c75939fcde0fef32 (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 03a547da32195aa98cd9cd28b8d64f7bc399fa02
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 26 16:23:00 2017 -0300

    Bug 19243: Fix tests for patron categories
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit f1d4bdb926798a1523fe3e98e101aaa367555a19
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 26 16:09:41 2017 -0300

    Bug 19243: Fix tests for AV
    
    The tricky part here was to find an alternative for ends-with in Xpath
    version 1
    Indeed there are 2  button with
    "/admin/authorised_values.pl?op=add_form", and the first one was picked
    (/admin/authorised_values.pl?op=add_form&category=Asort1)
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit 8391e5d9353392eeae594b29111ebfeb2938a87d
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 26 14:38:55 2017 -0300

    Bug 19243: The "delete library" is now a button with id
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit 26cc2b211a1bfae5bf510f6aeaf5cab751cdcabf
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 26 14:37:43 2017 -0300

    Bug 19243: Fix for bug 19860
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit 4f175ce2bb556dd79561b5945708c77223bddb70
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 26 14:11:05 2017 -0300

    Bug 19243: fix urls - do not use /cgi-bin/koha
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit 8876fd3e716dc71640bc1f067f37ecd82c21384c
Author: Alex Buckley <alexbuck...@catalyst.net.nz>
Date:   Thu Dec 14 23:07:30 2017 +0000

    Bug 19243: Amended Selenium test to add the creation of patron category and 
authorised values
    
    Sponsored-By: Catalyst IT
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit bee0c0b4ab17d336feda519b842f8212edfd696f
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 12 19:11:15 2017 -0300

    Bug 19243: Add selenium tests for the administration module
    
    This is just a start.
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit f6f95808d815c6ef5376a5e9d5e238387010dd6d
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 26 14:41:50 2017 -0300

    Bug 19802: Add stack trace to ease debugging
    
    Signed-off-by: Mark Tompsett <mtomp...@hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

commit d482aef2e420cc2466a6e645eebea9c0c8d4a19d
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Dec 12 15:42:56 2017 -0300

    Bug 19802: Move Selenium code to t::lib::Selenium
    
    To make it reusable easily.
    
    Test plan:
    The basic_workflow.t tests should still pass after this change.
    
    Signed-off-by: Mark Tompsett <mtomp...@hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>

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

Summary of changes:
 t/db_dependent/selenium/administration_tasks.t |  201 ++++++++++++++++++++
 t/db_dependent/selenium/basic_workflow.t       |   41 +----
 t/lib/Selenium.pm                              |  234 ++++++++++++++++++++++++
 3 files changed, 444 insertions(+), 32 deletions(-)
 create mode 100644 t/db_dependent/selenium/administration_tasks.t
 create mode 100644 t/lib/Selenium.pm


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to