Bugzilla – Attachment 32953 Details for
Bug 12653
PROG/CCSR deprecation: Correct hard-coded opac-tmpl/prog path in tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12653: (RM followup) Fix the test count
Bug-12653-RM-followup-Fix-the-test-count.patch (text/plain), 1006 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2014-10-29 23:45:53 UTC
(
hide
)
Description:
Bug 12653: (RM followup) Fix the test count
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-10-29 23:45:53 UTC
Size:
1006 bytes
patch
obsolete
>From 4a788d4e415f13fb2bc673cd9ffd2c6d181c05af Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 29 Oct 2014 20:40:37 -0300 >Subject: [PATCH] Bug 12653: (RM followup) Fix the test count > >Bug 12233 removed the prog and CCSR theme directories, so the number >of tests needs to be fixed. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > xt/author/icondirectories.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/xt/author/icondirectories.t b/xt/author/icondirectories.t >index 08f1368..e5b0039 100644 >--- a/xt/author/icondirectories.t >+++ b/xt/author/icondirectories.t >@@ -28,14 +28,13 @@ ensures that they are. > > =cut > >-use strict; >-use warnings; >+use Modern::Perl; > > use lib qw( .. ); > > use Data::Dumper; > use File::Find; >-use Test::More tests => 6; >+use Test::More tests => 3; > > # hardcoded OPAC & STAFF dirs > my $opac_dir = 'koha-tmpl/opac-tmpl'; >@@ -92,3 +91,4 @@ for my $staff_theme ( @staff_themes ) { > } > } > >+1; >-- >1.9.1
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 12653
:
30679
|
30706
|
32477
|
32528
|
32529
|
32537
|
32540
|
32541
|
32542
|
32561
|
32743
|
32744
|
32745
| 32953 |
32959