[koha-commits] main Koha release repository branch, master, updated. v3.02.00-7-gcc9a34c

Git repo owner gitmaster at git.koha-community.org
Sat Oct 30 09:13:05 CEST 2010


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  cc9a34c2748f8534a92ad2deb210cbfff6a32be2 (commit)
       via  88acebeebefd2da9eba6ae222bc96ac0de5c601e (commit)
       via  12f9aa973d855fb1f058fdcbe68a0e84dfbd77ae (commit)
      from  522a2759050837b78e713bb5d5342fc41460dcf6 (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 cc9a34c2748f8534a92ad2deb210cbfff6a32be2
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Oct 29 23:53:45 2010 -0400

    Bug 5327: Add basic unit tests to some C4 modules
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 88acebeebefd2da9eba6ae222bc96ac0de5c601e
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 29 23:41:25 2010 -0400

    create unit test files
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 12f9aa973d855fb1f058fdcbe68a0e84dfbd77ae
Author: Liz Rea <lrea at nekls.org>
Date:   Fri Oct 29 22:44:26 2010 -0400

    Adding a simple test for Service.pm
    
    At the advisement of the great Chris Cormack. (thanks for the lesson)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 t/Auth_with_cas.t                  |   14 ++++++++++++++
 t/AuthoritiesMarc.t                |   14 ++++++++++++++
 t/Biblio.t                         |   14 ++++++++++++++
 t/Breeding.t                       |   14 ++++++++++++++
 t/Cache.t                          |   14 ++++++++++++++
 t/Category.t                       |   14 ++++++++++++++
 t/ClassSortRoutine.t               |   14 ++++++++++++++
 t/ClassSource.t                    |   14 ++++++++++++++
 t/Contract.t                       |   14 ++++++++++++++
 t/Creators.t                       |   14 ++++++++++++++
 t/Csv.t                            |   14 ++++++++++++++
 t/Heading.t                        |   14 ++++++++++++++
 t/ItemCirculationAlertPreference.t |   14 ++++++++++++++
 t/Items.t                          |   14 ++++++++++++++
 t/Letters.t                        |   14 ++++++++++++++
 t/Log.t                            |   14 ++++++++++++++
 t/Matcher.t                        |   14 ++++++++++++++
 t/Members.t                        |   14 ++++++++++++++
 t/Message.t                        |   14 ++++++++++++++
 t/NewsChannels.t                   |   14 ++++++++++++++
 t/Overdues.t                       |   14 ++++++++++++++
 t/Patroncards.t                    |   14 ++++++++++++++
 t/Print.t                          |   14 ++++++++++++++
 t/Reports.t                        |   14 ++++++++++++++
 t/Review.t                         |    1 +
 t/Ris.t                            |   14 ++++++++++++++
 t/RotatingCollections.t            |   14 ++++++++++++++
 t/SMS.t                            |   14 ++++++++++++++
 t/Scheduler.t                      |   14 ++++++++++++++
 t/Service.t                        |   14 ++++++++++++++
 t/Tags.t                           |   14 ++++++++++++++
 t/UploadedFile.t                   |   14 ++++++++++++++
 32 files changed, 435 insertions(+), 0 deletions(-)
 create mode 100755 t/Auth_with_cas.t
 create mode 100755 t/AuthoritiesMarc.t
 create mode 100755 t/Biblio.t
 create mode 100755 t/Breeding.t
 create mode 100644 t/Cache.t
 create mode 100755 t/Category.t
 create mode 100755 t/ClassSortRoutine.t
 create mode 100755 t/ClassSource.t
 create mode 100755 t/Contract.t
 create mode 100755 t/Creators.t
 create mode 100755 t/Csv.t
 create mode 100755 t/Heading.t
 create mode 100755 t/ItemCirculationAlertPreference.t
 create mode 100755 t/Items.t
 create mode 100755 t/Letters.t
 create mode 100755 t/Log.t
 create mode 100755 t/Matcher.t
 create mode 100755 t/Members.t
 create mode 100755 t/Message.t
 create mode 100755 t/NewsChannels.t
 create mode 100755 t/Overdues.t
 create mode 100755 t/Patroncards.t
 create mode 100755 t/Print.t
 create mode 100755 t/Reports.t
 create mode 100755 t/Ris.t
 create mode 100755 t/RotatingCollections.t
 create mode 100755 t/SMS.t
 create mode 100644 t/Scheduler.t
 create mode 100755 t/Service.t
 create mode 100755 t/Tags.t
 create mode 100755 t/UploadedFile.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list