Bugzilla – Attachment 102518 Details for
Bug 24553
Cancelling hold via SIP returns a failed response even when cancellation succeeds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24553: Fix tests for 19.11.x
Bug-24553-Fix-tests-for-1911x.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2020-04-07 13:32:26 UTC
(
hide
)
Description:
Bug 24553: Fix tests for 19.11.x
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-07 13:32:26 UTC
Size:
1.13 KB
patch
obsolete
>From a68f52e14ee674534a6cba5b88233724af6eeaa3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Apr 2020 15:30:06 +0200 >Subject: [PATCH] Bug 24553: Fix tests for 19.11.x > >--- > t/db_dependent/SIP/ILS.t | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > >diff --git a/t/db_dependent/SIP/ILS.t b/t/db_dependent/SIP/ILS.t >index f08a259621..342609caae 100755 >--- a/t/db_dependent/SIP/ILS.t >+++ b/t/db_dependent/SIP/ILS.t >@@ -103,12 +103,11 @@ subtest cancel_hold => sub { > ); > > my $reserve1 = AddReserve( >- { >- branchcode => $library->branchcode, >- borrowernumber => $patron->borrowernumber, >- biblionumber => $item->biblio->biblionumber, >- itemnumber => $item->itemnumber, >- } >+ $library->branchcode, >+ $patron->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 24553
:
99592
|
99593
|
100891
|
100892
|
101095
|
101096
|
101111
|
101112
| 102518