doesn't use context yet ...
[koha.git] / C4 / tests / Record_test.pl
index c308499..7b76fc6 100755 (executable)
@@ -24,7 +24,7 @@ use strict; use warnings; #FIXME: turn off warnings before release
 
 # specify the number of tests
 use Test::More tests => 23;
-use C4::Context;
+#use C4::Context;
 use C4::Record;
 
 =head1 NAME