Bugzilla – Attachment 32959 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: remaining prog reference in t/db_dependent/SuggestionEngine_ExplodedTerms.t
Bug-12653-remaining-prog-reference-in-tdbdependent.patch (text/plain), 1.18 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-10-30 02:39:16 UTC
(
hide
)
Description:
Bug 12653: remaining prog reference in t/db_dependent/SuggestionEngine_ExplodedTerms.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-10-30 02:39:16 UTC
Size:
1.18 KB
patch
obsolete
>From 68078b0ce739a3af2b8122c436744ae8cdffc840 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 29 Oct 2014 23:37:54 -0300 >Subject: [PATCH] Bug 12653: remaining prog reference in > t/db_dependent/SuggestionEngine_ExplodedTerms.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > t/db_dependent/SuggestionEngine_ExplodedTerms.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/SuggestionEngine_ExplodedTerms.t b/t/db_dependent/SuggestionEngine_ExplodedTerms.t >index b97166e..15b491e 100755 >--- a/t/db_dependent/SuggestionEngine_ExplodedTerms.t >+++ b/t/db_dependent/SuggestionEngine_ExplodedTerms.t >@@ -57,7 +57,7 @@ my $tmplModule = new Test::MockModule('C4::Templates'); > $tmplModule->mock('_get_template_file', sub { > my ($tmplbase, $interface, $query) = @_; > my $opactmpl = File::Spec->rel2abs(dirname(__FILE__) . '/../../koha-tmpl/opac-tmpl'); >- return ($opactmpl, 'prog', 'en', "$opactmpl/prog/en/modules/$tmplbase"); >+ return ($opactmpl, 'bootstrap', 'en', "$opactmpl/bootstrap/en/modules/$tmplbase"); > }); > my $contextModule = new Test::MockModule('C4::Context'); > $contextModule->mock('preference', sub { >-- >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