[koha-commits] main Koha release repository branch master updated. v3.16.00-495-g05b2615

Git repo owner gitmaster at git.koha-community.org
Tue Aug 26 20:50:49 CEST 2014


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  05b261595cfd33450e1740efba8d2cfb7efce069 (commit)
      from  2bbb27c841bb4c3810d4db81a4366df29cdba833 (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 05b261595cfd33450e1740efba8d2cfb7efce069
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Tue Jul 22 13:48:03 2014 +0200

    Bug 12626: SQLHelper replacement - C4::Acquisition
    
    With this patch, the subroutine NewOrder uses DBIx::Class instead of C4::SQLHelper.
    
    Test plan:
    1) Apply the patch
    
    2) Execute the unit tests by launching :
    prove t/db_dependent/Acquisition.t
    
    3) The result has to be a success without error or warning :
    t/db_dependent/Acquisition.t .. ok
    All tests successful.
    Files=1, Tests=79,  2 wallclock secs ( 0.04 usr  0.01 sys +  1.80 cusr  0.09 csys =  1.94 CPU)
    Result: PASS
    
    4) Log in the koha intranet and create a new order in the acquition module
    
    5) The creation has to be a success
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Test pass, new order created without problem, no koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested creating a new order from a subscription, no problems found.
    Passes tests and QA script.

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

Summary of changes:
 C4/Acquisition.pm |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list