Bugzilla – Attachment 60865 Details for
Bug 18222
Fix tests broken by Bug 18026
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18222 - Fix tests broken by Buug 18026
Bug-18222---Fix-tests-broken-by-Buug-18026.patch (text/plain), 1.49 KB, created by
Olli-Antti Kivilahti
on 2017-03-07 11:28:32 UTC
(
hide
)
Description:
Bug 18222 - Fix tests broken by Buug 18026
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2017-03-07 11:28:32 UTC
Size:
1.49 KB
patch
obsolete
>From 8683dca09d243419da375e4748b77cd75e994591 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 7 Mar 2017 13:26:51 +0200 >Subject: [PATCH] Bug 18222 - Fix tests broken by Buug 18026 > >root@koha_ci_1:/home/koha/Koha# KOHA_CONF=$KOHA_CONF perl t/Koha_Template_Plugin_Koha.t >1..3 >ok 1 - use Koha::Template::Plugin::Koha; >ok 2 > 1..2 > ok 1 - Correct development version > ok 2 - Correct maintenance version >ok 3 - Koha::Template::Plugin::Koha::Version tests >--- > t/Koha_Template_Plugin_Koha.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/Koha_Template_Plugin_Koha.t b/t/Koha_Template_Plugin_Koha.t >index 950257c..6bbe99f 100644 >--- a/t/Koha_Template_Plugin_Koha.t >+++ b/t/Koha_Template_Plugin_Koha.t >@@ -52,6 +52,7 @@ subtest "Koha::Template::Plugin::Koha::Version tests" => sub { > my $res = Koha::Template::Plugin::Koha::Version( $version ); > is_deeply( $res, { > major => $major, >+ minor => $minor, > release => $major . "." . $minor, > maintenance => $major . "." . $minor . "." . $maintenance, > development => $development >@@ -67,6 +68,7 @@ subtest "Koha::Template::Plugin::Koha::Version tests" => sub { > $res = Koha::Template::Plugin::Koha::Version( $version ); > is_deeply( $res, { > major => $major, >+ minor => $minor, > release => $major . "." . $minor, > maintenance => $major . "." . $minor . "." . $maintenance, > development => undef >-- >2.7.4
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 18222
:
60865
|
60868
|
60869