View | Details | Raw Unified | Return to bug 38944
Collapse All | Expand All

(-)a/t/db_dependent/Record/Record.t (-2 lines)
Lines 27-33 use constant WHEREAMI => 't/db_dependent/Record/testrecords'; Link Here
27
# specify the number of tests
27
# specify the number of tests
28
use Test::NoWarnings;
28
use Test::NoWarnings;
29
use Test::More tests => 22;    #FIXME Commented out two failing tests
29
use Test::More tests => 22;    #FIXME Commented out two failing tests
30
#use C4::Context;
31
use C4::Record qw( marc2marc marc2marcxml marc2dcxml changeEncoding );
30
use C4::Record qw( marc2marc marc2marcxml marc2dcxml changeEncoding );
32
31
33
=head1 NAME
32
=head1 NAME
34
- 

Return to bug 38944