Bug 11544 - increasing test coverage for C4::Installer_PerlModule
Summary: increasing test coverage for C4::Installer_PerlModule
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Galen Charlton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 01:14 UTC by AlexHorsman
Modified: 2014-12-07 20:07 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
proposed patch (1.09 KB, patch)
2014-01-14 01:27 UTC, AlexHorsman
Details | Diff | Splinter Review
bug 11544: increasing test coverage for Installer_PerlModules.pm (1.15 KB, patch)
2014-01-14 20:13 UTC, Magnus Enger
Details | Diff | Splinter Review
bug 11544: increasing test coverage for Installer_PerlModules.pm (1.21 KB, patch)
2014-01-14 20:19 UTC, Kyle M Hall
Details | Diff | Splinter Review
[PASSED QA] bug 11544: increasing test coverage for Installer_PerlModules.pm (1.28 KB, patch)
2014-01-14 21:23 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!