Bugzilla – Attachment 149095 Details for
Bug 29234
Transfers generated by stock rotation alert but do not initiate at checkin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29234: Set datesent for transfers in Z3950 Responder tests
Bug-29234-Set-datesent-for-transfers-in-Z3950-Resp.patch (text/plain), 1.81 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-04-03 13:48:44 UTC
(
hide
)
Description:
Bug 29234: Set datesent for transfers in Z3950 Responder tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-04-03 13:48:44 UTC
Size:
1.81 KB
patch
obsolete
>From 9874ff9232aac02d9cd10d574d0945c75ee4a4d9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 3 Apr 2023 12:33:52 +0000 >Subject: [PATCH] Bug 29234: Set datesent for transfers in Z3950 Responder > tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Z3950Responder/Session.t | 5 ++++- > t/db_dependent/Koha/Z3950Responder/Session2.t | 3 ++- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Z3950Responder/Session.t b/t/db_dependent/Koha/Z3950Responder/Session.t >index b48ac0cc769..48ef6d960f9 100755 >--- a/t/db_dependent/Koha/Z3950Responder/Session.t >+++ b/t/db_dependent/Koha/Z3950Responder/Session.t >@@ -5,6 +5,8 @@ use Test::More tests => 3; > use t::lib::TestBuilder; > use C4::Items qw( GetMarcItem ); > >+use Koha::AuthorisedValues; >+ > BEGIN { > use_ok('Koha::Z3950Responder'); > use_ok('Koha::Z3950Responder::Session'); >@@ -39,7 +41,8 @@ subtest 'add_item_status' => sub { > value => { > itemnumber => $item_1->itemnumber, > datearrived => undef, >- datecancelled => undef >+ datecancelled => undef, >+ datesent => \'NOW()', > } > } > ); >diff --git a/t/db_dependent/Koha/Z3950Responder/Session2.t b/t/db_dependent/Koha/Z3950Responder/Session2.t >index 71ba26ec3e4..1a6ac035ff9 100755 >--- a/t/db_dependent/Koha/Z3950Responder/Session2.t >+++ b/t/db_dependent/Koha/Z3950Responder/Session2.t >@@ -62,7 +62,8 @@ subtest 'add_item_status' => sub { > value => { > itemnumber => $item_1->itemnumber, > datearrived => undef, >- datecancelled => undef >+ datecancelled => undef, >+ datesent => \'NOW()', > } > } > ); >-- >2.34.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 29234
:
126267
|
126269
|
126300
|
126481
|
148751
|
148752
|
149046
|
149093
|
149094
| 149095 |
149096