[koha-commits] main Koha release repository branch new/bug_5347 updated. v3.06.00-399-gff29f97

Git repo owner gitmaster at git.koha-community.org
Wed Apr 18 17:02:20 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_5347 has been updated
       via  ff29f978af3950d39a2b10d440aac67b418bff26 (commit)
      from  bee324cec2a16c37e505557e5d8b19f8ad7889f0 (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 ff29f978af3950d39a2b10d440aac67b418bff26
Author: Ian Walls <koha.sekjal at gmail.com>
Date:   Mon Mar 19 19:16:48 2012 -0400

    Bug 5374 [SIGNED-OFF] Followup: adds conditional check to unit test for late orders
    
    If there are no late orders in the database, the 5th unit test for C4/Acquisition.pm
    fails, since no date is returned (and today's date is expected)
    
    This patch adds a conditional check around whether any late orders are actually returned
    by GetLateOrders. If so, tests proceed, if not, they're skipped.  This seems to quiet
    the failures in the automated test suite.
    
    http://bugs.koha-community.org/show_bug.cgi?id=5347
    
    signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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

Summary of changes:
 t/db_dependent/Acquisition.t |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list