]> git.koha-community.org Git - koha.git/commit
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)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 9 Jun 2016 08:02:32 +0000 (10:02 +0200)
commit2406ee222de7b58ed327c2e298c18df33e7b562b
tree33249e6f08c801556ef621537cf3269cba2a65f6
parent339f8156a7656e0dfd09a4775fc640d24b601585
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>
(cherry picked from commit 366e31f8c020080b9a0319abb7d2c02e10f42a40)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
t/db_dependent/Circulation_Branch.t