[koha-commits] main Koha release repository branch new/bug_8649 created. v3.08.00-737-g2904fc0

Git repo owner gitmaster at git.koha-community.org
Thu Sep 13 11:58:17 CEST 2012


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_8649 has been created
        at  2904fc0752060cdb7c2c8c0fc79f962839319e44 (commit)

- Log -----------------------------------------------------------------
commit 2904fc0752060cdb7c2c8c0fc79f962839319e44
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 16 14:46:13 2012 -0400

    bug 8649: quiet a variable use warning
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 574becb11a867db7375159be266e9716704c29f8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 16 14:38:32 2012 -0400

    bug 8649: create a temp directory for Zebra for C4::Search tests
    
    The Zebra test uses Unix-domain sockets, which won't work if
    Koha is being installed or tested from an NFS- or SSHFS-mounted
    clone.  Therefore, create (and clenaup) a temporary directory on
    (hopefully) a normal filesytem to run the test.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6a82961a11ca39b9684b922cc9a59e29a8d57f22
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 16 13:23:49 2012 -0400

    bug 8649: make sure we can exit if a test fails
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7e1fdcdf37e0549aeb33f411d5b9573646b78099
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 16 13:04:00 2012 -0400

    bug 8649: make sure C4::Context is fully mocked-up before tests
    
    This fixes failures of the test cases to run for me
    on Perl 5.10.1 using prove -v t/db_dependent/Search.t
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f9980f6b31c95b6240a9858bd9db63fa228278a0
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Aug 13 18:01:37 2012 -0400

    Bug 8649: Add unit test for C4::Search
    
    This patch adds a unit test for C4::Search in t/db_dependent. In order
    to test the functioning of the Zebra search, this patch actually includes
    an entire Zebra sandbox, and pre-indexed files, which are stored in
    t/db_dependent/data (the configuration files are generated on the fly).
    
    This test depends on Test::Warn, Test::MockModule, and DBD::Mock.
    
    To test:
    1) Run the test. There should be no failures, and no warnings.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list