[Koha-patches] [PATCH] adjusted new C4::Scrubber test cases

Galen Charlton galen.charlton at liblime.com
Mon May 12 16:18:04 CEST 2008


Removed reference to override_context_prefs that
Andrew Moore had just factored out.
---
 t/Scrubber.t |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/t/Scrubber.t b/t/Scrubber.t
index 218ecdf..8796ee8 100755
--- a/t/Scrubber.t
+++ b/t/Scrubber.t
@@ -7,7 +7,6 @@ use Test::More tests => 10;
 BEGIN {
 	use FindBin;
 	use lib $FindBin::Bin;
-	use override_context_prefs;
 	use_ok('C4::Scrubber');
 }
 
-- 
1.5.5.rc0.16.g02b00




More information about the Koha-patches mailing list