Bugzilla – Attachment 75396 Details for
Bug 20776
Add Selenium::Remote::Driver to dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20776: Add Selenium::Remote::Driver to the dependency list
Bug-20776-Add-SeleniumRemoteDriver-to-the-dependen.patch (text/plain), 987 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-17 13:40:23 UTC
(
hide
)
Description:
Bug 20776: Add Selenium::Remote::Driver to the dependency list
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-17 13:40:23 UTC
Size:
987 bytes
patch
obsolete
>From babff95894cde5f1447866495a45fc2e1f0f9cdd Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 17 May 2018 10:33:32 -0300 >Subject: [PATCH] Bug 20776: Add Selenium::Remote::Driver to the dependency > list > >This dependency is missing from the PerlDependencies.pm file. >This patch adds it. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 130740c095..8568d7c565 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -837,6 +837,11 @@ our $PERL_DEPS = { > required => 1, > min_ver => '1.00', > }, >+ 'Selenium::Remote::Driver' => { >+ usage => 'Testing suite', >+ required => 0, >+ min_ver => '1.27' >+ }, > 'Sereal::Encoder' => { > 'usage' => 'Caching', > 'required' => '1', >-- >2.17.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 20776
:
75396
|
78493
|
78500