https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #67 from Joonas Kylmälä <[email protected]> --- (In reply to Joonas Kylmälä from comment #65) > I will do some more testing with the unit test issue to make sure its not a > bug in the test code, so changing the status to "In discussion" until that > is resolved. The issue was with the test's handling of C4::AddBiblio() results: it was missing parentheses around $host_bibnum so it was treated as an array. I have fixed this now. The patches are ready for someone to sign-off! -- 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/
