Bugzilla – Attachment 149153 Details for
Bug 32602
SIP Server doesn't respect IssuingInProcess system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32602: Unit tests
Bug-32602-Unit-tests.patch (text/plain), 995 bytes, created by
Alex Buckley
on 2023-04-05 02:00:17 UTC
(
hide
)
Description:
Bug 32602: Unit tests
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2023-04-05 02:00:17 UTC
Size:
995 bytes
patch
obsolete
>From 1ab1d14f0c8b05d18c27653b6bffe824c4739438 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Fri, 13 Jan 2023 05:21:09 +0000 >Subject: [PATCH] Bug 32602: Unit tests > >Test plan: >1. sudo koha-shell <instance> >2. prove -v t/db_dependent/SIP/Transaction.t >3. Confirm all tests pass > >Sponsored-by: Horowhenua District Council, New Zealand >--- > t/db_dependent/SIP/Transaction.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/SIP/Transaction.t b/t/db_dependent/SIP/Transaction.t >index 213dba62af0..ac943dd850f 100755 >--- a/t/db_dependent/SIP/Transaction.t >+++ b/t/db_dependent/SIP/Transaction.t >@@ -681,6 +681,7 @@ subtest do_checkout_with_patron_blocked => sub { > } > ); > >+ t::lib::Mocks::mock_preference( 'IssuingInProcess', 0 ); > my $fines_sip_patron = C4::SIP::ILS::Patron->new( $fines_patron->cardnumber ); > > $circ = $ils->checkout($fines_patron->cardnumber, $item->barcode, undef, undef, $server->{account}); >-- >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 32602
:
145170
|
145249
|
149152
|
149153
|
156808
|
156809
|
157296
|
157297