Bugzilla – Attachment 49779 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: (QA followup) Fix remaining tests
Bug-16174-QA-followup-Fix-remaining-tests.patch (text/plain), 2.12 KB, created by
Marcel de Rooy
on 2016-04-01 08:47:27 UTC
(
hide
)
Description:
Bug 16174: (QA followup) Fix remaining tests
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-04-01 08:47:27 UTC
Size:
2.12 KB
patch
obsolete
>From c46d0f35fe029e3b0400249319c00dc3d0aa5594 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Thu, 31 Mar 2016 11:21:14 -0300 >Subject: [PATCH] Bug 16174: (QA followup) Fix remaining tests >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar> > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > xt/author/translatable-templates.t | 2 +- > xt/author/valid-templates.t | 2 +- > xt/single_quotes.t | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/xt/author/translatable-templates.t b/xt/author/translatable-templates.t >index 59c3ff3..e00d3f0 100644 >--- a/xt/author/translatable-templates.t >+++ b/xt/author/translatable-templates.t >@@ -39,7 +39,7 @@ my $po_dir = tempdir(CLEANUP => 1); > # Find OPAC themes > my $opac_dir = 'koha-tmpl/opac-tmpl'; > 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 >diff --git a/xt/author/valid-templates.t b/xt/author/valid-templates.t >index 6ee538f..5502d55 100644 >--- a/xt/author/valid-templates.t >+++ b/xt/author/valid-templates.t >@@ -41,7 +41,7 @@ my @themes; > # OPAC themes > my $opac_dir = 'koha-tmpl/opac-tmpl'; > opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!"; >-for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { >+for my $theme ( grep { not /^\.|lib|js|xslt/ } readdir($dh) ) { > push @themes, { > type => "opac", > theme => $theme, >diff --git a/xt/single_quotes.t b/xt/single_quotes.t >index 75681d1..3c079bb 100755 >--- a/xt/single_quotes.t >+++ b/xt/single_quotes.t >@@ -27,7 +27,7 @@ my @themes; > # OPAC themes > my $opac_dir = 'koha-tmpl/opac-tmpl'; > opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!"; >-for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { >+for my $theme ( grep { not /^\.|lib|js|xslt/ } readdir($dh) ) { > push @themes, "$opac_dir/$theme/en"; > } > close $dh; >-- >1.7.10.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