Bugzilla – Attachment 168566 Details for
Bug 35959
Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue' (and a few other modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35959: Add missing use statements in tests
Bug-35959-Add-missing-use-statements-in-tests.patch (text/plain), 1.23 KB, created by
Julian Maurice
on 2024-07-05 21:17:08 UTC
(
hide
)
Description:
Bug 35959: Add missing use statements in tests
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-07-05 21:17:08 UTC
Size:
1.23 KB
patch
obsolete
>From 73bfdbe7f8adf7bec08aa4254a53660900ea28ff Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 5 Jul 2024 23:15:32 +0200 >Subject: [PATCH] Bug 35959: Add missing use statements in tests > >--- > t/db_dependent/Koha/Holds.t | 1 + > t/db_dependent/Reserves/CancelExpiredReserves.t | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/t/db_dependent/Koha/Holds.t b/t/db_dependent/Koha/Holds.t >index 4dad5db128..bc02e3aa0d 100755 >--- a/t/db_dependent/Koha/Holds.t >+++ b/t/db_dependent/Koha/Holds.t >@@ -29,6 +29,7 @@ use Koha::Biblio::ItemGroups; > use Koha::Database; > use Koha::DateUtils qw( dt_from_string ); > use Koha::Holds; >+use Koha::Old::Holds; > > use t::lib::Mocks; > use t::lib::TestBuilder; >diff --git a/t/db_dependent/Reserves/CancelExpiredReserves.t b/t/db_dependent/Reserves/CancelExpiredReserves.t >index 4b6886989a..9d83564a16 100755 >--- a/t/db_dependent/Reserves/CancelExpiredReserves.t >+++ b/t/db_dependent/Reserves/CancelExpiredReserves.t >@@ -11,6 +11,7 @@ use C4::Reserves qw( CancelExpiredReserves ); > use Koha::Database; > use Koha::DateUtils qw( dt_from_string ); > use Koha::Holds; >+use Koha::Old::Holds; > > my $schema = Koha::Database->new->schema; > $schema->storage->txn_begin; >-- >2.30.2
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 35959
:
161690
|
161692
|
161693
|
162410
|
162411
|
162481
|
162482
|
162483
|
164468
|
164469
|
164470
|
164471
|
166926
|
166927
|
166928
|
166929
|
168427
|
168441
|
168442
|
168443
|
168444
|
168445
| 168566