[koha-commits] main Koha release repository branch master updated. v3.08.00-697-g2c8f639

Git repo owner gitmaster at git.koha-community.org
Fri Sep 7 14:46:03 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, master has been updated
       via  2c8f6399b012fd9b1002e3692e80344bacf490bf (commit)
       via  92f8480d1691bc1894f5fe6d37598231c944526e (commit)
       via  2b73673176b5a8b60a97dbb2bc146acae7aad442 (commit)
       via  4e88ce7eb8659c686100ea423ad59ca327d04e0a (commit)
       via  7537d65c42e26973fb833df4ad052404825cdea3 (commit)
       via  b86e77afbbe48d07f8b913f8c46d2fb850e46ba0 (commit)
       via  118754c653347cab1e49c665ae6eaaccda9f25be (commit)
       via  4930852cca68c4c42886f1d569e5b4494b09db2a (commit)
       via  3752cd43044749cfd7ab35cb2c26eaa9f7762435 (commit)
      from  ea5c5bf3b4e78d51cc6e3b82f3247906b222a8fd (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 2c8f6399b012fd9b1002e3692e80344bacf490bf
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Thu Aug 23 16:58:24 2012 +1200

    Bug 5327: Testing c4 Images
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    tested the 9 previous patches, that introduces many new unit tests using
    the Mock Module.

commit 92f8480d1691bc1894f5fe6d37598231c944526e
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Thu Aug 23 17:46:41 2012 +1200

    Bug 5327: Unit tests for C4 socialdata
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 2b73673176b5a8b60a97dbb2bc146acae7aad442
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Sep 6 06:29:15 2012 +1200

    Bug 5327 : Fixing a typo in the test that was causing a false fail
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    t/db_dependent/Items.t was failing despite valid data before patch,
    works fine after

commit 4e88ce7eb8659c686100ea423ad59ca327d04e0a
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Thu Aug 16 17:43:17 2012 +1200

    Added tests to installer_perlmodules
    
    http://bugs.koha-community.org/show_bug.cgi?id=5327
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

commit 7537d65c42e26973fb833df4ad052404825cdea3
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Thu Aug 9 17:01:56 2012 +1200

    Added a mock-db table and tested a line
    
    http://bugs.koha-community.org/show_bug.cgi?id=5327
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit b86e77afbbe48d07f8b913f8c46d2fb850e46ba0
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Wed Aug 8 21:23:55 2012 +1200

    Added and tested a mock-db tested a couple of features
    
    http://bugs.koha-community.org/show_bug.cgi?id=5327
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests pass!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 118754c653347cab1e49c665ae6eaaccda9f25be
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Thu Aug 2 16:56:58 2012 +1200

    Bug 5327 Tests for C4::Matcher
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

commit 4930852cca68c4c42886f1d569e5b4494b09db2a
Author: Bart Jorgensen <bart.tj at gmail.com>
Date:   Mon Jul 30 20:10:02 2012 +1200

    Bug 5327 : Added a few more lines of code to the ItemType.t unit test
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

commit 3752cd43044749cfd7ab35cb2c26eaa9f7762435
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Jul 30 17:44:48 2012 -0400

    Bug 5327 follow-up: add DBD::Mock dependency
    
    In order for the awesome new t/ItemType.t test to work, we need
    DBD::Mock.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm |    5 +++
 t/Images.t                       |   54 +++++++++++++++++++++++++++++++
 t/Installer_PerlModules.t        |   25 ++++++++++++++-
 t/ItemType.t                     |   65 +++++++++++++++++++++++++++++++++++--
 t/Letters.t                      |   30 +++++++++++++++--
 t/Matcher.t                      |   60 ++++++++++++++++++++++++++++++++---
 t/Members_AttributeTypes.t       |   63 +++++++++++++++++++++++++++++++++---
 t/SocialData.t                   |   55 ++++++++++++++++++++++++++++++++
 t/db_dependent/Items.t           |    2 +-
 9 files changed, 339 insertions(+), 20 deletions(-)
 create mode 100644 t/Images.t
 create mode 100644 t/SocialData.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list