Bug 17708: Fix use statements
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 21 Mar 2017 18:53:26 +0000 (15:53 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 12:36:17 +0000 (12:36 +0000)
commita191bcaf323f7effd66e7b46dfdcbd722ba0a647
tree3653ac68a2bfa1eb447b453737a723f63fd63691
parent4c2b8358cb4974d1b6b708e1dfe6084cf4049457
Bug 17708: Fix use statements

For an unknown reason, the use_ok('Circulation') does not work as
intended (see 3660c451a36d).
With the new use of C4::Log, the trick does no longer work.
It does not make sense to add the use_ok('C4::Log') in Circulation.t,
removing it.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Circulation.t