Bugzilla – Attachment 155048 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: (QA follow-up) tidy up code
Bug-23548-QA-follow-up-tidy-up-code.patch (text/plain), 1.04 KB, created by
Victor Grousset/tuxayo
on 2023-08-31 21:03:20 UTC
(
hide
)
Description:
Bug 23548: (QA follow-up) tidy up code
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-08-31 21:03:20 UTC
Size:
1.04 KB
patch
obsolete
>From da8ea2a1a3f6070969498d9bf345e889f88b2b81 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Thu, 31 Aug 2023 23:00:46 +0200 >Subject: [PATCH] Bug 23548: (QA follow-up) tidy up code > >--- > 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 271df04abf..e4f0e38385 100755 >--- a/t/db_dependent/SIP/Message.t >+++ b/t/db_dependent/SIP/Message.t >@@ -897,7 +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'); >+ 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.42.0
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