From: Chris Cormack Date: Tue, 18 Jan 2011 06:53:58 +0000 (+1300) Subject: Bug 5327 - Fixing a path issue with XISBN.t X-Git-Tag: html_template_pro~475^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=71a7d2ad389ff946c5fc65293240caf3d3e290f6;p=koha_fer Bug 5327 - Fixing a path issue with XISBN.t --- diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t index 1c2d03775d..8f5c8bdff1 100755 --- a/t/db_dependent/XISBN.t +++ b/t/db_dependent/XISBN.t @@ -5,7 +5,7 @@ use strict; use warnings; -use Test::Class::Load qw ( . ); +use Test::Class::Load qw ( t/db_dependent/ ); use Test::More tests => 4; use MARC::Record; use C4::Biblio;