Bugzilla – Attachment 91226 Details for
Bug 22709
Add hooks to notify plugins of biblio and item changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22709: (follow-up) Move new test file into a Plugins subdirectory
Bug-22709-follow-up-Move-new-test-file-into-a-Plug.patch (text/plain), 1.20 KB, created by
Kyle M Hall (khall)
on 2019-07-03 12:20:10 UTC
(
hide
)
Description:
Bug 22709: (follow-up) Move new test file into a Plugins subdirectory
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-07-03 12:20:10 UTC
Size:
1.20 KB
patch
obsolete
>From c89536469ce4911b15359c803eb4c3dbf721bf1a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 3 Jul 2019 08:18:35 -0400 >Subject: [PATCH] Bug 22709: (follow-up) Move new test file into a Plugins > subdirectory > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/{ => Plugins}/Biblio_and_Items_plugin_hooks.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename t/db_dependent/{ => Plugins}/Biblio_and_Items_plugin_hooks.t (98%) > >diff --git a/t/db_dependent/Biblio_and_Items_plugin_hooks.t b/t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t >similarity index 98% >rename from t/db_dependent/Biblio_and_Items_plugin_hooks.t >rename to t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t >index 57987248af..32a2ce40f7 100755 >--- a/t/db_dependent/Biblio_and_Items_plugin_hooks.t >+++ b/t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t >@@ -28,7 +28,7 @@ use t::lib::TestBuilder; > > BEGIN { > # Mock pluginsdir before loading Plugins module >- my $path = dirname(__FILE__) . '/../lib'; >+ my $path = dirname(__FILE__) . '/../../lib'; > t::lib::Mocks::mock_config( 'pluginsdir', $path ); > > use_ok('Koha::Plugins'); >-- >2.20.1 (Apple Git-117)
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 22709
:
90950
|
90951
|
91186
|
91223
|
91224
|
91225
|
91226
|
91244
|
91245
|
91246
|
91247