Bug 11544

Summary: increasing test coverage for C4::Installer_PerlModule
Product: Koha Reporter: AlexHorsman <dhorsman>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: CLOSED FIXED QA Contact: Galen Charlton <gmcharlt>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: proposed patch
bug 11544: increasing test coverage for Installer_PerlModules.pm
bug 11544: increasing test coverage for Installer_PerlModules.pm
[PASSED QA] bug 11544: increasing test coverage for Installer_PerlModules.pm

Description AlexHorsman 2014-01-14 01:14:39 UTC

    
Comment 1 AlexHorsman 2014-01-14 01:27:32 UTC Comment hidden (obsolete)
Comment 2 Magnus Enger 2014-01-14 20:13:14 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-01-14 20:19:09 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-01-14 21:23:24 UTC
Created attachment 24319 [details] [review]
[PASSED QA] bug 11544: increasing test coverage for Installer_PerlModules.pm

To test
1. run prove t/Installer_PerlModules.t
2. apply patch
3. run prove t/Installer_PerlModules.t
   notices more tests are run

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Adds another passing test.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tests pass :)
Comment 5 Galen Charlton 2014-01-14 22:14:59 UTC
Pushed to master.  Thanks, Alex!