Bug 16216: Circulation_Branch.t doesn't set itemtype for test data
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Wed, 6 Apr 2016 15:44:25 +0000 (12:44 -0300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 22 Apr 2016 23:03:37 +0000 (23:03 +0000)
commit366e31f8c020080b9a0319abb7d2c02e10f42a40
tree5120efc6d37611eaf8a9da330d23ac018c3edc28
parent29842429ee536d9c491aa19264b7ce4aa10b10ed
Bug 16216: Circulation_Branch.t doesn't set itemtype for test data

This patch makes the tests create better data for them:
- Run
  $ prove t/db_dependent/Circulation_Branch.t
=> FAIL: Warnings raised
- Apply the patch
- Run
  $ prove t/db_dependent/Circulation_Branch.t
=> SUCCESS: No warnings raised
- Sign off

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Test pass successful

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
t/db_dependent/Circulation/Branch.t