Bugzilla – Attachment 151453 Details for
Bug 33777
Get Jenkins green again for Auth_with_shibboleth.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33777: Fix Auth_with_shibboleth.t
Bug-33777-Fix-Authwithshibboletht.patch (text/plain), 836 bytes, created by
Marcel de Rooy
on 2023-05-19 06:21:33 UTC
(
hide
)
Description:
Bug 33777: Fix Auth_with_shibboleth.t
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-05-19 06:21:33 UTC
Size:
836 bytes
patch
obsolete
>From da7f71c4b699a636e7f09e4b310b6ad05f6a23fc Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 19 May 2023 06:20:19 +0000 >Subject: [PATCH] Bug 33777: Fix Auth_with_shibboleth.t >Content-Type: text/plain; charset=utf-8 > >We need to 'mock' the new pref EmailFieldPrecedence > >Test plan: >Run t/Auth_with_shibboleth.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/Auth_with_shibboleth.t | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/Auth_with_shibboleth.t b/t/Auth_with_shibboleth.t >index 121df22869..986b7ef78f 100755 >--- a/t/Auth_with_shibboleth.t >+++ b/t/Auth_with_shibboleth.t >@@ -423,6 +423,10 @@ sub mockedPref { > $return = 'OFF'; > } > >+ if ( $param eq 'EmailFieldPrecedence' ) { >+ $return = 'emailpro'; >+ } >+ > return $return; > } > >-- >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 33777
: 151453