From 847f6a31602de8ccd9cbbf0f15498b125ae95c9e Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Wed, 9 May 2012 10:44:21 -0400 Subject: [PATCH] Fixing C4::Koha import Content-Type: text/plain; charset="utf-8" --- t/db_dependent/Koha.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/db_dependent/Koha.t b/t/db_dependent/Koha.t index e6ada29..e53e936 100644 --- a/t/db_dependent/Koha.t +++ b/t/db_dependent/Koha.t @@ -13,7 +13,7 @@ use DateTime::Format::MySQL; eval {use Test::Deep;}; BEGIN { - use_ok('C4::Koha', qw( GetAuthorisedValueByCode GetKohaImageurlFromAuthorisedValues GetDailyQuote )); + use_ok('C4::Koha', qw( :DEFAULT GetDailyQuote )); use_ok('C4::Members'); } -- 1.7.0.4