Bug 19049: [Follow-up] Make sure that GetPlugins finds the plugin
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 10 Aug 2017 11:02:23 +0000 (13:02 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 15:17:42 +0000 (12:17 -0300)
commit0987b135ea0bb8fbd4fc39643b19715dc6e3a1c8
tree347cd61d751efca0dd89889d4453beb5c8f4fde3
parent83f60adbab8e96f0f14ec547029582623ac3a068
Bug 19049: [Follow-up] Make sure that GetPlugins finds the plugin

We have to mock_config the pluginsdir before Plugins is loaded, and
we should pass an absolute path (not a relative one).
If you did not install the test to_marc plugin, this test would fail.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Verified patch is compatible with original KitchenSink to_marc plugin

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/ImportBatch.t