From 5ce615035c7319d2b73ecfcd0c62137fbf1757a9 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 22 May 2024 11:58:35 +0000 Subject: [PATCH] Bug 36917: (follow-up) Add FIXME for marcflavour Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- t/db_dependent/Authority/Merge.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Authority/Merge.t b/t/db_dependent/Authority/Merge.t index cbd4401f1f..2336cf999c 100755 --- a/t/db_dependent/Authority/Merge.t +++ b/t/db_dependent/Authority/Merge.t @@ -25,6 +25,8 @@ BEGIN { use_ok('C4::AuthoritiesMarc', qw( merge AddAuthority DelAuthority ModAuthority )); } +# FIXME These tests fail if you pass this variable because we don't scaffold the authority types for UNIMARC +# we should rewrite these tests to cover both flavours if we don't believe testing one is sufficient # Optionally change marc flavour my $marcflavour; GetOptions( 'flavour:s' => \$marcflavour ); -- 2.39.5