Bugzilla – Attachment 113522 Details for
Bug 22818
ILL should be able to send notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22818: Fix TestBuilder.t
Bug-22818-Fix-TestBuildert.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2020-11-11 17:04:29 UTC
(
hide
)
Description:
Bug 22818: Fix TestBuilder.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-11 17:04:29 UTC
Size:
1.33 KB
patch
obsolete
>From 63b8bb1299557ac0a225ff7ffd2036e27a8cb632 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 Nov 2020 18:03:08 +0100 >Subject: [PATCH] Bug 22818: Fix TestBuilder.t > >t/db_dependent/TestBuilder.t .. 12/13 > # Failed test 'build_object() tests' > # at t/db_dependent/TestBuilder.t line 429. >Can't locate object method "_new_from_dbic" via package "Koha::MessageAttribute" (perhaps you forgot to load "Koha::MessageAttribute"?) at /kohadevbox/koha/Koha/Objects.pm line 98. >--- > Koha/MessageAttributes.pm | 1 + > t/db_dependent/Illrequests.t | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/MessageAttributes.pm b/Koha/MessageAttributes.pm >index 48d037a39b..2c314d7301 100644 >--- a/Koha/MessageAttributes.pm >+++ b/Koha/MessageAttributes.pm >@@ -22,6 +22,7 @@ use Modern::Perl; > use Carp; > > use base qw(Koha::Objects); >+use Koha::MessageAttribute; > > =head1 NAME > >diff --git a/t/db_dependent/Illrequests.t b/t/db_dependent/Illrequests.t >index cc929759b6..0ed98219e1 100755 >--- a/t/db_dependent/Illrequests.t >+++ b/t/db_dependent/Illrequests.t >@@ -30,7 +30,6 @@ use Koha::ItemTypes; > use Koha::Items; > use Koha::Libraries; > use Koha::MessageAttributes; >-use Koha::MessageAttribute; > use Koha::Notice::Templates; > use Koha::AuthorisedValueCategories; > use Koha::AuthorisedValues; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22818
:
89831
|
89832
|
89833
|
89834
|
89835
|
90063
|
90064
|
90065
|
90066
|
90067
|
90715
|
90716
|
90717
|
90718
|
90719
|
92898
|
92899
|
92900
|
92901
|
92902
|
100234
|
100235
|
100236
|
100237
|
100238
|
103268
|
103269
|
103270
|
103271
|
103272
|
106424
|
106425
|
106426
|
106427
|
106428
|
106675
|
106676
|
106677
|
106678
|
106679
|
106680
|
106681
|
106691
|
106693
|
106694
|
106704
|
106705
|
106706
|
106707
|
106708
|
106709
|
106710
|
106711
|
106712
|
106713
|
110196
|
110197
|
110198
|
110199
|
110201
|
110202
|
110203
|
110204
|
110205
|
110206
|
110207
|
110208
|
111837
|
111838
|
111839
|
111840
|
111841
|
111842
|
111843
|
111844
|
111845
|
111846
|
111847
|
111848
|
111874
|
111880
|
111881
|
111883
|
111884
|
111885
|
111886
|
111887
|
111888
|
111889
|
111890
|
111891
|
111892
|
111893
|
111897
|
111899
|
111900
|
111901
|
111902
|
111903
|
111904
|
111905
|
111906
|
111907
|
111908
|
111909
|
111910
|
111911
|
111912
|
111913
|
113398
|
113399
|
113400
|
113401
|
113402
|
113403
|
113404
|
113405
|
113406
|
113407
|
113408
|
113409
|
113410
|
113411
|
113412
|
113413
|
113463
|
113464
|
113465
|
113466
|
113467
|
113468
|
113469
|
113470
|
113471
|
113472
|
113473
|
113474
|
113475
|
113476
|
113477
|
113478
|
113479
| 113522 |
113549
|
113584