[Koha-bugs] [Bug 15758] Move the C4::Branch related code to Koha::Libraries - part 4

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 29 13:16:38 CEST 2016


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

--- Comment #131 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Mason James from comment #130)
> (In reply to Kyle M Hall from comment #128)
> > Pushed to master for 16.11, thanks Jonathan, Marcel!
> 
> hi there..
> this patchset seems to cause the t/00-load.t test to fail?

% prove t/00-load.t
t/00-load.t .. 1/? DBIx::Class::Storage::DBI::sql_maker(): Your storage class
(DBIx::Class::Storage::DBI::Mock) does not set sql_limit_dialect and you have
not supplied an explicit limit_dialect in your connection_info. DBIC will
attempt to use the GenericSubQ dialect, which works on most databases but can
be (and often is) painfully slow. Please file an RT ticket against
'DBIx::Class::Storage::DBI::Mock' at Koha/Objects.pm line 83
t/00-load.t .. ok     
All tests successful.
Files=1, Tests=523,  2 wallclock secs ( 0.08 usr  0.00 sys +  1.98 cusr  0.06
csys =  2.12 CPU)
Result: PASS

The C4::Context::only_my_library call is at line 48, not 52 on current master:
 48     if ( C4::Context::only_my_library ) {

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


More information about the Koha-bugs mailing list