Bugzilla – Attachment 95333 Details for
Bug 24022
Z3950Responder tests are failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24022: Remove unecessary delete from authorised_values
Bug-24022-Remove-unecessary-delete-from-authorised.patch (text/plain), 987 bytes, created by
Jonathan Druart
on 2019-11-12 16:17:51 UTC
(
hide
)
Description:
Bug 24022: Remove unecessary delete from authorised_values
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-12 16:17:51 UTC
Size:
987 bytes
patch
obsolete
>From b38de92ed0a591acbc6b6793855e89d75cdd737b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 12 Nov 2019 17:16:44 +0100 >Subject: [PATCH] Bug 24022: Remove unecessary delete from authorised_values > >Why do we need that exactly? >The cache is not flushed so it should not be needed. >--- > t/db_dependent/Koha/Z3950Responder/Session.t | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Z3950Responder/Session.t b/t/db_dependent/Koha/Z3950Responder/Session.t >index 59930810e9..33bfd4f527 100644 >--- a/t/db_dependent/Koha/Z3950Responder/Session.t >+++ b/t/db_dependent/Koha/Z3950Responder/Session.t >@@ -19,9 +19,6 @@ subtest 'add_item_status' => sub { > > plan tests => 2; > >- # Make sure we are using default values set in code >- $builder->schema->resultset( 'AuthorisedValue' )->delete_all; >- > ## FIRST ITEM HAS ALL THE STATUSES ## > my $item_1 = $builder->build({ > source => 'Item', >-- >2.11.0
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 24022
:
95332
|
95333
|
95336
|
95362
|
95363
|
95364