Bugzilla – Attachment 116468 Details for
Bug 27334
Add Template Toolkit support to news items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27334: Add unit test
Bug-27334-Add-unit-test.patch (text/plain), 1016 bytes, created by
Katrin Fischer
on 2021-02-07 12:06:32 UTC
(
hide
)
Description:
Bug 27334: Add unit test
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-07 12:06:32 UTC
Size:
1016 bytes
patch
obsolete
>From 1f06231c3e1205b0e71e7cc83b2282a6c62987d5 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 1 Feb 2021 09:13:54 -0500 >Subject: [PATCH] Bug 27334: Add unit test > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > t/db_dependent/NewsChannels.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/NewsChannels.t b/t/db_dependent/NewsChannels.t >index 9eb1489f3d..2b95dfd645 100755 >--- a/t/db_dependent/NewsChannels.t >+++ b/t/db_dependent/NewsChannels.t >@@ -68,7 +68,7 @@ my $timestamp = '2000-01-01'; > my ( $timestamp1, $timestamp2 ) = ( $timestamp, $timestamp ); > my $timestamp3 = '2000-01-02'; > my ( $title1, $new1, $lang1, $expirationdate1, $number1 ) = >- ( 'News Title', '<p>We have some exciting news!</p>', q{}, '2999-12-30', 1 ); >+ ( 'News Title', '<p>We have some exciting news[% IF 1 %]![% ELSE %]?[% END %]</p>', q{}, '2999-12-30', 1 ); > my $href_entry1 = { > title => $title1, > content => $new1, >-- >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 27334
:
114808
|
115309
|
115310
|
116159
|
116467
| 116468