[Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 31 11:31:49 CEST 2017


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

--- Comment #12 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Fridolin SOMERS from comment #11)
> Looks like Koha::MarcSubfieldStructures->find('','300','b') crashed.
> May I use Koha::MarcSubfieldStructures->search( { frameworkcode => '',
> tagfield => '300', tagsubfield => 'a' } ) like in AuthorisedValues.t ?

Yes, that should do it. You will need an extra ->next or ->first or so.
There was an adjustment to Koha::Object's find. Probably not in 17.05.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list