Bug 10601: (follow-up) unit tests for new ->set() and ->get()
authorGalen Charlton <gmc@esilibrary.com>
Wed, 18 Sep 2013 17:21:47 +0000 (17:21 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 18 Sep 2013 17:21:47 +0000 (17:21 +0000)
commitf4a30cc68bb633b6a990f87205f76728e27ae985
tree2f4505f2c9bea1c5e1f919c1e4ba37e8294407cf
parent2cd9ff8e3eb6bf1625c9fe50d56815df9f8c02ab
Bug 10601: (follow-up) unit tests for new ->set() and ->get()

This adds unit test for the new methods in C4::BackgroundJob.  One
of the tests verfies that setting extra values does not scribble over
data that is mean to be internal to the C4::BackgroundJob object.

To test:

Verify that prove -v t/db_dependent/BackgroundJob.t passes.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/BackgroundJob.t