[Koha-bugs] [Bug 17558] Fix t/db_dependent/Koha/Patron/Messages.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 11 08:08:59 CET 2016


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
 my $patron         = $builder->build( { source => 'Borrower', values => {
branchcode => $library->{branchcode} } } );
+my $patron_2       = Koha::Patrons->search->next;

Wouldn't it be more consistent to use TestBuilder for both patrons. This is
confusing and might give unexpected results depending on patrons present?

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


More information about the Koha-bugs mailing list