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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 01:39:39 +0000 (01:39 +0000)
commit84ca3db6c70c8e7dc3e568c6cdee7cdadd3bd85a
treea3a68db60af6823b2954ae43402f2c975c886ba8
parent3b875d3a2f57557d31a569a8d9a6aadc45e86f84
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
Koha/RecordProcessor/Base.pm