[Koha-bugs] [Bug 17882] C4::Installer::PerlModules::version_info() drops data during error handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 12 00:18:59 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17882

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
Test Plan:

1) Apply patch "Bug 17882 - Add missing module test to
Installer_PerlModules.t".
2) Run "perl t/Installer_PerlModules.t"
3) Note the following at the end of the test output:

not ok 18 - Minimum version found for missing module

#   Failed test 'Minimum version found for missing module'
#   at t/Installer_PerlModules.t line 48.
#          got: undef
#     expected: '0.9.3'
# Looks like you planned 17 tests but ran 18.
# Looks like you failed 1 test of 18 run.

4) Apply patch "Bug 17882 - Fix C4::Installer::PerlModules::version_info()".
5) Run "perl t/Installer_PerlModules.t"
6) Note the following at the end of the test output:

ok 18 - Minimum version found for missing module

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


More information about the Koha-bugs mailing list