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

(-)a/t/db_dependent/Authority/Merge.t (-1 / +2 lines)
Lines 25-30 BEGIN { Link Here
25
        use_ok('C4::AuthoritiesMarc', qw( merge AddAuthority DelAuthority ModAuthority ));
25
        use_ok('C4::AuthoritiesMarc', qw( merge AddAuthority DelAuthority ModAuthority ));
26
}
26
}
27
27
28
# FIXME These tests fail if you pass this variable because we don't scaffold the authority types for UNIMARC
29
# we should rewrite these tests to cover both flavours if we don't believe testing one is sufficient
28
# Optionally change marc flavour
30
# Optionally change marc flavour
29
my $marcflavour;
31
my $marcflavour;
30
GetOptions( 'flavour:s' => \$marcflavour );
32
GetOptions( 'flavour:s' => \$marcflavour );
31
- 

Return to bug 36917