Summary: | increasing test coverage for C4::Installer_PerlModule | ||
---|---|---|---|
Product: | Koha | Reporter: | AlexHorsman <dhorsman> |
Component: | Test Suite | Assignee: | 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: | ||
Circulation function: | |||
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
Created attachment 24253 [details] [review] proposed patch Created attachment 24301 [details] [review] 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. Created attachment 24305 [details] [review] 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> 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 :) Pushed to master. Thanks, Alex! |