Bugzilla – Attachment 49703 Details for
Bug 16174
Problems in icondirectories.t and tt_valid.t due to bug 15527
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16174: icondirectories.t broken due to bug 15527
Bug-16174-icondirectoriest-broken-due-to-bug-15527.patch (text/plain), 1.13 KB, created by
Mark Tompsett
on 2016-03-30 23:07:21 UTC
(
hide
)
Description:
Bug 16174: icondirectories.t broken due to bug 15527
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-03-30 23:07:21 UTC
Size:
1.13 KB
patch
obsolete
>From f93ba53bd460cb19875738a1cc19a597cd10a7a9 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Wed, 30 Mar 2016 16:11:19 -0300 >Subject: [PATCH] Bug 16174: icondirectories.t broken due to bug 15527 > >This patch fixes it. > >To test: >- Run > $ prove xt/author/icondirectories.t >=> FAIL: Tests fail: > Failed test 'opac_icon_directory: koha-tmpl/opac-tmpl/xslt/itemtypeimg exists' >- Apply the patch >- Run > $ prove xt/author/icondirectories.t >=> SUCCESS: Tests pass and don't raise warnings. >- Sign off > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > xt/author/icondirectories.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/xt/author/icondirectories.t b/xt/author/icondirectories.t >index e5b0039..37f3309 100644 >--- a/xt/author/icondirectories.t >+++ b/xt/author/icondirectories.t >@@ -42,7 +42,7 @@ my $staff_dir = 'koha-tmpl/intranet-tmpl'; > > # Find OPAC themes > opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!"; >-my @opac_themes = grep { not /^\.|lib|js/ } readdir($dh); >+my @opac_themes = grep { not /^\.|lib|js|xslt/ } readdir($dh); > close $dh; > > # Find STAFF themes >-- >2.1.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 16174
:
49692
|
49693
|
49702
|
49703
|
49737
|
49757
|
49777
|
49778
|
49779