https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23807

--- Comment #11 from Jonathan Druart <[email protected]> 
---
Any good reasons to have called GetMarcSubfieldStructure with the unsafe flag
set?

% grep unsafe t/db_dependent/Koha/Item.t
    my $mss = C4::Biblio::GetMarcSubfieldStructure( '', { unsafe => 1 } );
    $mss = C4::Biblio::GetMarcSubfieldStructure( '', { unsafe => 0 } );

Unsafe from tests don't feel safe :)

I am seeing some tests failing (when run twice) because of it.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to