Bug 12896: (QA followup) use C4::Bookseller in t/db_dependent/Serials/Claims.t
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 4 Jan 2015 13:53:35 +0000 (10:53 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 4 Jan 2015 13:54:46 +0000 (10:54 -0300)
As C4::Bookseller is no longer imported in C4::Acquisition the tests
fail because of an undefined function call.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Serials/Claims.t

index 83d585e..622f910 100644 (file)
@@ -2,6 +2,7 @@ use Modern::Perl;
 use Test::More tests => 13;
 
 use C4::Acquisition;
+use C4::Bookseller;
 use C4::Budgets;
 use_ok('C4::Serials');