Bugzilla – Attachment 73685 Details for
Bug 20191
OAI/Server.t still fails on slow servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20191: (QA follow-up) Require Jessie's Test::MockTime
Bug-20191-QA-follow-up-Require-Jessies-TestMockTim.patch (text/plain), 1.18 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-05 13:07:38 UTC
(
hide
)
Description:
Bug 20191: (QA follow-up) Require Jessie's Test::MockTime
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-05 13:07:38 UTC
Size:
1.18 KB
patch
obsolete
>From e75c74e3e33e87fc4cd05cde3a20a64307fdc3e1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 5 Apr 2018 10:06:37 -0300 >Subject: [PATCH] Bug 20191: (QA follow-up) Require Jessie's Test::MockTime > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Installer/PerlDependencies.pm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 55db081e82..291212009c 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -592,6 +592,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '1.09', > }, >+ 'Test::MockTime' => { >+ usage => 'Testing suite', >+ required => 0, >+ min_ver => '0.13', >+ }, > 'Test::More' => { > 'usage' => 'Core', > 'required' => '1', >@@ -882,12 +887,7 @@ our $PERL_DEPS = { > usage => 'Testing suite', > required => 0, > min_ver => '0.52', >- }, >- 'Test::MockTime' => { >- usage => 'Testing suite', >- required => 0, >- min_ver => '0.17', >- }, >+ } > }; > > 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 20191
:
71673
|
71816
|
72009
|
73669
|
73684
| 73685