Bug 15586 - References to Koha::Branches remain in unit tests
authorKyle M Hall <kyle@bywatersolutions.com>
Sat, 16 Jan 2016 01:28:45 +0000 (01:28 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 19 Jan 2016 12:32:39 +0000 (12:32 +0000)
commit8db6b0f5330f16d4e3f100987597d0ce72645d07
treee1ad29cc47a096a5e022c7307aac40014e527f98
parentb43b9bbfb9f452a62f17f0d1a27cb51702e416cf
Bug 15586 - References to Koha::Branches remain in unit tests

The unit tests BiblioObject.t and Hold.t still have references to
Koha::Branches that need to be changed to Koha::Libraries. These tests
currently fail because of this.

Test Plan:
1) prove t/db_dependent/BiblioObject.t should fail
2) prove t/db_dependent/Hold.t should fail
3) Apply this patch
1) prove t/db_dependent/BiblioObject.t should pass
2) prove t/db_dependent/Hold.t should pass

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/BiblioObject.t
t/db_dependent/Hold.t