Bugzilla – Attachment 102520 Details for
Bug 24705
Holds placed via SIP will be given first priority
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24705: Fix tests for 19.11.x
Bug-24705-Fix-tests-for-1911x.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2020-04-07 13:39:39 UTC
(
hide
)
Description:
Bug 24705: Fix tests for 19.11.x
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-07 13:39:39 UTC
Size:
1.18 KB
patch
obsolete
>From 56a2ae8f4f256e6a0d8a10bafbba6e15da970116 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Apr 2020 15:38:37 +0200 >Subject: [PATCH] Bug 24705: Fix tests for 19.11.x > >--- > t/db_dependent/SIP/Transaction.t | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > >diff --git a/t/db_dependent/SIP/Transaction.t b/t/db_dependent/SIP/Transaction.t >index 83009df278..05d765d84c 100755 >--- a/t/db_dependent/SIP/Transaction.t >+++ b/t/db_dependent/SIP/Transaction.t >@@ -216,12 +216,11 @@ subtest do_hold => sub { > ); > > my $reserve1 = AddReserve( >- { >- branchcode => $library->branchcode, >- borrowernumber => $patron_1->borrowernumber, >- biblionumber => $item->biblio->biblionumber, >- itemnumber => $item->itemnumber, >- } >+ $library->branchcode, >+ $patron_1->borrowernumber, >+ $item->biblio->biblionumber, >+ undef, undef, undef, undef, undef, undef, >+ $item->itemnumber, > ); > is( $item->biblio->holds->count(), 1, "Hold was placed on bib" ); > is( $item->holds->count(), 1, "Hold was placed on specific item" ); >-- >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 24705
:
99386
|
99427
|
99483
|
99484
| 102520