Bugzilla – Attachment 160436 Details for
Bug 35461
Renew All 66 SIP server response messages produce HASH content in replies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35461: (QA follow-up) Fix unit test
Bug-35461-QA-follow-up-Fix-unit-test.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2024-01-02 20:47:28 UTC
(
hide
)
Description:
Bug 35461: (QA follow-up) Fix unit test
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-01-02 20:47:28 UTC
Size:
1.02 KB
patch
obsolete
>From 363484b06e7c47c249a0bab7395484f82306b488 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 2 Jan 2024 20:47:13 +0000 >Subject: [PATCH] Bug 35461: (QA follow-up) Fix unit test > >--- > t/db_dependent/SIP/Message.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/SIP/Message.t b/t/db_dependent/SIP/Message.t >index 0678aa67606..11e9e563189 100755 >--- a/t/db_dependent/SIP/Message.t >+++ b/t/db_dependent/SIP/Message.t >@@ -1364,7 +1364,7 @@ sub test_renew_all { > $msg->handle_renew_all( $server ); > isnt( index($response, "BM" . $item_object_1->barcode), -1, "Found corrent BM for item renewed successfully" ); > isnt( index($response, "BN" . $item_object_2->barcode), -1, "Found corrent BN for item not renewed" ); >- is( index($response, "C4::SIP::SIPServer" . $item_object_2->barcode), -1, "String 'C4::SIP::SIPServer' not found in reponse ( Bug 35461 )" ); >+ is( index($response, "HASH(",) -1, "String 'HASH(' not found in reponse ( Bug 35461 )" ); > > } > >-- >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 35461
:
160419
|
160420
|
160421
|
160436
|
160437
|
160438
|
160453
|
160454
|
160496
|
160497
|
160685
|
161501
|
161502