Bug 15777 - Fix base class to prove refactor and fix required
authorMark Tompsett <mtompset@hotmail.com>
Fri, 12 Feb 2016 04:23:27 +0000 (23:23 -0500)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 26 Feb 2016 15:30:45 +0000 (16:30 +0100)
commit2d19153fc444abf35da4f65b8267be8f93bf21b4
tree3997539328e3ae9cccc6122c775be8eb866fe530
parent94a375f39af38b384428eaca05970eece81b09a3
Bug 15777 - Fix base class to prove refactor and fix required

TEST PLAN
---------
1) Apply the testing patch and this patch
2) prove -v t/RecordProcess.t
   -- will complain about string use with "use strict".
      This is because it is using the module name, instead
      of the object instantiated with new().
3) run koha qa test tools.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit 84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Koha/RecordProcessor/Base.pm