doesn't use context yet ...
authorkados <kados>
Mon, 29 May 2006 17:51:16 +0000 (17:51 +0000)
committerkados <kados>
Mon, 29 May 2006 17:51:16 +0000 (17:51 +0000)
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