Bugzilla – Attachment 76176 Details for
Bug 20906
Fix Debian 9 Test Failures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20906: Prevent test failures due to stricter perl
Bug-20906-Prevent-test-failures-due-to-stricter-pe.patch (text/plain), 1.10 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-06-19 14:34:25 UTC
(
hide
)
Description:
Bug 20906: Prevent test failures due to stricter perl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-06-19 14:34:25 UTC
Size:
1.10 KB
patch
obsolete
>From cfb499cf328e7a735ec5fe1ed083d3bdb868cb9e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 8 Jun 2018 14:32:02 +0100 >Subject: [PATCH] Bug 20906: Prevent test failures due to stricter perl > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > docs/CAS/CASProxy/examples/proxy_cas_data.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/docs/CAS/CASProxy/examples/proxy_cas_data.pl b/docs/CAS/CASProxy/examples/proxy_cas_data.pl >index a333f89faa..34f4ce07d1 100755 >--- a/docs/CAS/CASProxy/examples/proxy_cas_data.pl >+++ b/docs/CAS/CASProxy/examples/proxy_cas_data.pl >@@ -56,7 +56,7 @@ if ($cgi->param('PGTIOU')) { > # The callback page stored it in the application vars (in our case a storable object in a file) > open FILE, "casSession.tmp" or die "Unable to open file"; > my $hashref = fd_retrieve(\*FILE); >- my $pgtId = %$hashref->{$cgi->param('PGTIOU')}; >+ my $pgtId = %{$hashref->{$cgi->param('PGTIOU')}}; > close FILE; > > # Now that we have a PgtId, we can ask the cas server for a proxy ticket... >-- >2.17.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 20906
:
75916
|
75920
|
75921
|
75929
|
76175
| 76176 |
76177
|
76178