Bugzilla – Attachment 78493 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), 1.02 KB, created by
Mark Tompsett
on 2018-09-06 16:56:53 UTC
(
hide
)
Description:
Bug 20776: Add Selenium::Remote::Driver to the dependency list
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2018-09-06 16:56:53 UTC
Size:
1.02 KB
patch
obsolete
>From 808f2c1f26e269b246bf2be9128c575775f52a1c 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> > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 81f82fdbd3..2525a6b334 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -817,6 +817,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.11.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