Bugzilla – Attachment 102074 Details for
Bug 19475
Calendar copy creates duplicates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19475: Clear the caches at the end of the tests
Bug-19475-Clear-the-caches-at-the-end-of-the-tests.patch (text/plain), 720 bytes, created by
Jonathan Druart
on 2020-03-30 09:37:09 UTC
(
hide
)
Description:
Bug 19475: Clear the caches at the end of the tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-30 09:37:09 UTC
Size:
720 bytes
patch
obsolete
>From bbe2375092c6dc24108e03067cad4c599ed04afe Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 30 Mar 2020 11:35:35 +0200 >Subject: [PATCH] Bug 19475: Clear the caches at the end of the tests > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/Holidays.t | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/t/db_dependent/Holidays.t b/t/db_dependent/Holidays.t >index 036487079e..023c4a89ff 100755 >--- a/t/db_dependent/Holidays.t >+++ b/t/db_dependent/Holidays.t >@@ -318,3 +318,6 @@ subtest 'copy_to_branch' => sub { > $schema->storage->txn_rollback; > > }; >+ >+# Clear cache >+Koha::Caches->get_instance->flush_all; >-- >2.20.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 19475
:
100214
|
100483
|
100668
|
101846
|
101847
|
102072
|
102073
| 102074