[koha-commits] main Koha release repository branch master updated. v16.05.00-320-gfa70b5b

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 22:36:27 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  fa70b5b4c705aa671e1ec57a3509f6372917f808 (commit)
       via  4e415da44c546ba1aae21b40b8c7fb0054a7e0d2 (commit)
       via  73ace7513b18c9b8b2d5b594614d5c251d06d1f2 (commit)
      from  94441be435d9be074fc0f93bbec2c2e9122a5d67 (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 fa70b5b4c705aa671e1ec57a3509f6372917f808
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 25 17:04:14 2016 +0000

    Bug 13691: Add changes for 3.22
    
    To test:
    Run the tests
    t/db_dependent/selenium/basic_workflow.t
    
    After you have set up selenium following the tests in the previous patch
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 4e415da44c546ba1aae21b40b8c7fb0054a7e0d2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 10 16:07:31 2015 +0100

    Bug 13691: Add basic selenium script
    
    This script has been used to compare 3.16.x and 3.18.x performances on
    bug 13690.
    
    What it does:
    - Go on the mainpage and process a log in
    - Create a patron category
    - Create a patron
    - Add 3 items
    - check the 3 items out to the patron
    - check the 3 items in
    
    How to use it?
    
    $ wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar
    
    $ vim /etc/apt/sources.list.d/firefox.list
      deb http://packages.linuxmint.com debian import
    $ apt-get update
    $ apt-get install firefox
    $ sudo apt-get install xvfb
    
    $ SELENIUM_PATH=/home/koha/tools/selenium-server-standalone-2.53.0.jar
    $ Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null &
    $ DISPLAY=:1 java -jar $SELENIUM_PATH
    
    perl t/db_dependent/selenium/basic_workflow.t
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Note the pages have changed so the tests will not all pass.
    Also you need Selenium::Remote::Driver installed and staffClientBaseURL
    must be set
    
    I will change the tests in a follow up patch.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 73ace7513b18c9b8b2d5b594614d5c251d06d1f2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 10 16:07:16 2015 +0100

    Bug 13691: Remove existing selenium scripts
    
    They are not usable.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 selenium/KohaTests                       |   18 ---
 selenium/Members/AddMember               |   72 -----------
 selenium/Members/DeletMember             |   32 -----
 selenium/Members/SearchMember            |   67 -----------
 selenium/Members/filter_members          |   82 -------------
 selenium/PERL/Members/AddMember.pl       |   24 ----
 selenium/PERL/Members/FilterMembers.pl   |   30 -----
 selenium/PERL/Members/Searchmember.pl    |   25 ----
 t/db_dependent/selenium/basic_workflow.t |  190 ++++++++++++++++++++++++++++++
 9 files changed, 190 insertions(+), 350 deletions(-)
 delete mode 100644 selenium/KohaTests
 delete mode 100644 selenium/Members/AddMember
 delete mode 100644 selenium/Members/DeletMember
 delete mode 100644 selenium/Members/SearchMember
 delete mode 100644 selenium/Members/filter_members
 delete mode 100644 selenium/PERL/Members/AddMember.pl
 delete mode 100644 selenium/PERL/Members/FilterMembers.pl
 delete mode 100644 selenium/PERL/Members/Searchmember.pl
 create mode 100644 t/db_dependent/selenium/basic_workflow.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list