]> git.koha-community.org Git - koha.git/commit
Bug 16636: t/00-load.t warning from C4/External/BakerTaylor.pm
authorMark Tompsett <mtompset@hotmail.com>
Thu, 2 Jun 2016 00:43:30 +0000 (20:43 -0400)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 16 Jun 2016 10:04:27 +0000 (12:04 +0200)
commitcd8fc9afcdf6a9c0b8420882ac32e81db9ecfd72
tree2e7835c4c87efde0c36d7678cb16b7edcc3faac4
parentfbc8114f54dd2f684f4fbdb0fbf4a5d44b534136
Bug 16636: t/00-load.t warning from C4/External/BakerTaylor.pm

Since the tests are expecting an initialize function, the
initialize call was just moved outside of the INIT block.

TEST PLAN
---------
1) prove t/00-load.t
   -- warnings about INIT for BakerTaylor
2) prove `git grep -l BakerTaylor | grep [.]t$`
   -- should all run okay
3) apply patch
4) repeat steps 1 and 2
   -- warning should be gone, and everything else run okay
5) run koha qa test tools

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Florent Mara <florent.mara@gmail.com>
NOTE: Tweaked test plan based on comment #4,
      Added sign off based on comment #6.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit b4479624de2010fff8851732e94d086b2cca6921)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit 9c7c4f02ddad4045fde7ecf68c03389bb6f10436)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/External/BakerTaylor.pm