[Koha-bugs] [Bug 14147] New: Add unit tests to C4::External::OverDrive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 5 12:35:02 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14147

            Bug ID: 14147
           Summary: Add unit tests to C4::External::OverDrive
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: trivial
          Priority: P5 - low
         Component: Test Suite
          Assignee: julian.fiol at biblibre.com
          Reporter: julian.fiol at biblibre.com
        QA Contact: gmcharlt at gmail.com

This patch test 'IsOverDriveEnabled' subroutine

        TEST PLAN
        ---------
        1. Apply patch
        2. prove -v t/External/OverDrive.t
        -- All 6 tests should run successfully without
        any error or warning

        TEST PLAN OPTIONAL
        ------------------

        Check with bug 13899 to see the coverage of this module.

        Coverage BEFORE this patch :
        Statement  :  47,5%
        Branch     :   0,0%
        Condition  :   0,0%
        Subroutine :  75,0%

        Coverage AFTER this patch :
        Statement  :  49,1%
        Branch     :   0,0%
        Condition  :  33,3%
        Subroutine :  83,3%

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list