https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28217
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |RESOLVED Resolution|--- |FIXED --- Comment #8 from Victor Grousset/tuxayo <[email protected]> --- Can't backport to 19.11.x: can't solve a conflict on the tests. Even after adding some missing variables my $anonymous = $builder->build( { source => 'Borrower', }, ); my $anonymous_patron = Koha::Patrons->find( $anonymous->{borrowernumber} ); I get # Failed test 'Test Koha::Patrons::merge' # at t/db_dependent/Koha/Patrons.t line 1801. The method Koha::Patron->extended_attributes is not covered by tests! If there is an interest in having this backported, please submit a patch for 19.11. -- 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/
