Bugzilla – Attachment 155132 Details for
Bug 23548
AQ field required in checkin response
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23548: Unit test - Set AQ to empty when item not exist
Bug-23548-Unit-test---Set-AQ-to-empty-when-item-no.patch (text/plain), 1.40 KB, created by
Kyle M Hall (khall)
on 2023-09-01 16:44:16 UTC
(
hide
)
Description:
Bug 23548: Unit test - Set AQ to empty when item not exist
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-09-01 16:44:16 UTC
Size:
1.40 KB
patch
obsolete
>From 8474cef4cd80a5cca42b37198c755817c71bbdf8 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Thu, 17 Aug 2023 12:26:39 +0000 >Subject: [PATCH] Bug 23548: Unit test - Set AQ to empty when item not exist > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/SIP/Message.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/SIP/Message.t b/t/db_dependent/SIP/Message.t >index 3da7edc4c20..271df04abfc 100755 >--- a/t/db_dependent/SIP/Message.t >+++ b/t/db_dependent/SIP/Message.t >@@ -98,7 +98,7 @@ subtest 'Test renew desensitize' => sub { > subtest 'Checkin V2' => sub { > my $schema = Koha::Database->new->schema; > $schema->storage->txn_begin; >- plan tests => 39; >+ plan tests => 40; > $C4::SIP::Sip::protocol_version = 2; > test_checkin_v2(); > $schema->storage->txn_rollback; >@@ -897,6 +897,7 @@ sub test_checkin_v2 { > is( substr($response,2,1), '0', 'OK flag is false' ); > is( substr($response,5,1), 'Y', 'Alert flag is set' ); > check_field( $respcode, $response, FID_SCREEN_MSG, 'Invalid Item', 'Check screen msg', 'regex' ); >+ check_field( $respcode, $response, FID_PERM_LOCN, '', 'Check that AQ is in the response'); > > # Not checked out, toggle option checked_in_ok > $siprequest = CHECKIN . 'N' . 'YYYYMMDDZZZZHHMMSS' . >-- >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 23548
:
128657
|
135533
|
135732
|
154557
|
155046
|
155047
|
155048
|
155131
| 155132 |
155133
|
155134