Bugzilla – Attachment 189145 Details for
Bug 40943
Store session_id in userenv
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40943: Fix t/Koha/Script.t
Bug-40943-Fix-tKohaScriptt.patch (text/plain), 911 bytes, created by
Jonathan Druart
on 2025-11-06 07:58:34 UTC
(
hide
)
Description:
Bug 40943: Fix t/Koha/Script.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-06 07:58:34 UTC
Size:
911 bytes
patch
obsolete
>From c1093621b1b9c94649fc0c1187a65af731386469 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 6 Nov 2025 08:57:59 +0100 >Subject: [PATCH] Bug 40943: Fix t/Koha/Script.t > >Failed with: > Failed test 'Context userenv set correctly with no flags' > at t/Koha/Script.t line 31. > Structures begin differing at: > $got->{session_id} = undef > $expected->{session_id} = Does not exist > >session_id is now part of userenv >--- > t/Koha/Script.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/Koha/Script.t b/t/Koha/Script.t >index 8e5f4e43bd7..767a04cce32 100755 >--- a/t/Koha/Script.t >+++ b/t/Koha/Script.t >@@ -45,6 +45,7 @@ is_deeply( > 'desk_name' => undef, > 'register_id' => undef, > 'register_name' => undef, >+ 'session_id' => undef, > }, > "Context userenv set correctly with no flags" > ); >-- >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 40943
:
187379
|
187380
|
187720
|
187721
|
187722
|
188188
|
188189
|
188190
|
189002
|
189003
|
189004
| 189145