[koha-commits] main Koha release repository branch new/bug_8300 created. v3.12.00-beta1-421-g508009c

Git repo owner gitmaster at git.koha-community.org
Wed May 1 13:51:06 CEST 2013


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, new/bug_8300 has been created
        at  508009c7a836375aaf2a5e18db10706ec73cff25 (commit)

- Log -----------------------------------------------------------------
commit 508009c7a836375aaf2a5e18db10706ec73cff25
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Wed Mar 20 14:22:51 2013 +0100

    Bug 8300 - Add Test::WWW::Mechanize as an optional dependency
    
    This patch replaces an earlier patch by Marcel de Rooy, which
    had become outdated because lots of new dependencies were
    added since the patch was made.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit bc2ab3b5882e664d91ce086ce96dd32c7452dee4
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Jun 23 16:55:43 2012 -0400

    Bug 8300: Add mechanized unit test for batch import
    
    This new unit test confirms that importing records via the Stage
    MARC import tool still works by connecting to a Koha instance and
    importing a record then reverting the import, checking at each step
    of the way that everything is as it should be.
    
    To test:
    1. Install Test::WWW::Mechanize
    > sudo apt-get install libtest-www-mechanize-perl
    2. Set environment variables to reflect your Koha instance:
    > export KOHA_USER=kohaadmin
    > export KOHA_PASS=katikoan
    > export KOHA_INTRANET_URL=http://localhost:8080
    > export KOHA_OPAC_URL=http://localhost
    3. Run the test:
    > prove t/db_dependent/www/batch.t
    
    This updated patch now handles both MARC21 and UNIMARC installations.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    All tests pass with marcflavour = MARC21 and NORMARC. Test #15 fails
    when marcflavour = UNIMARC, but from what I can see, that is because
    I'm testing on a MARC21 setup, missing the UNIMARC frameworks etc.
    I'm signing off - QA folks, please ask for a proper UNIMARC signoff
    if you feel it is needed.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: Load the POSIX module (for the floor routine).
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 6cbe7b645b6a458b547de8da6d82c20fa5620b6d
Merge: 400481e 064fc8b
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed May 1 07:47:56 2013 -0400

    Merge branch 'bug_7054' into 3.14-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list