Bug 14059: Testing C4::Creators::Lib
authorJulian FIOL <julian.fiol@biblibre.com>
Mon, 13 Apr 2015 14:54:09 +0000 (16:54 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 22 May 2015 20:02:21 +0000 (17:02 -0300)
commit5c7b3aa8d1ca8402bf30807d811a78a797dd08da
tree186b8eae673af8bee9f05460591e1c5bb92c4384
parentcc4aaf891bdda0d94157c32a99c2a2acace41498
Bug 14059: Testing C4::Creators::Lib

Testing C4::Creators::Lib at 100%
Deleting get_column_names subroutine (never used)

    TEST PLAN
    ---------
    1. Apply patch
    2. prove -v t/db_dependent/Creators/Lib.t
    -- All 644 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  :  11,6%
    Branch     :   0,0%
    Condition  :    N/A
    Subroutine :  36,0%

    Coverage AFTER this patch :
    Statement  : 100,0%
    Branch     : 100,0%
    Condition  :    N/A
    Subroutine : 100,0%

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
C4/Creators/Lib.pm
t/db_dependent/Creators/Lib.t [new file with mode: 0644]