Bugzilla – Attachment 159847 Details for
Bug 35507
Fix handling plugins in unit tests causing random failures on Jenkins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35507: (follow-up) Fix PluginRoutes.t
Bug-35507-follow-up-Fix-PluginRoutest.patch (text/plain), 1014 bytes, created by
Marcel de Rooy
on 2023-12-14 15:38:04 UTC
(
hide
)
Description:
Bug 35507: (follow-up) Fix PluginRoutes.t
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-12-14 15:38:04 UTC
Size:
1014 bytes
patch
obsolete
>From 40291cf544ec023bcbd42e75a561d38b27e89573 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 14 Dec 2023 15:34:55 +0000 >Subject: [PATCH] Bug 35507: (follow-up) Fix PluginRoutes.t >Content-Type: text/plain; charset=utf-8 > >Why this works, is a mystery to me :) > >Test plan: >Run t/db_dependent/Koha/REST/Plugin/PluginRoutes.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Koha/REST/Plugin/PluginRoutes.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t b/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t >index 66746508ed..711976224e 100755 >--- a/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t >+++ b/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t >@@ -234,6 +234,7 @@ subtest 'needs_install use case tests' => sub { > > t::lib::Mocks::mock_preference('Version', '3.0.0'); > >+ Koha::Plugins::Methods->delete; > $schema->resultset('PluginData')->delete; > $plugins->InstallPlugins; > >-- >2.30.2
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 35507
:
159670
|
159739
|
159744
|
159745
|
159801
|
159802
|
159803
|
159817
|
159818
|
159846
|
159847
|
159848
|
159849
|
159850
|
159860
|
159861
|
159862