Bugzilla – Attachment 83817 Details for
Bug 22107
Avoid deleting data in some tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22107: patrons.t doesn't need to delete existing data
Bug-22107-patronst-doesnt-need-to-delete-existing-.patch (text/plain), 843 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-01-11 18:16:54 UTC
(
hide
)
Description:
Bug 22107: patrons.t doesn't need to delete existing data
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-01-11 18:16:54 UTC
Size:
843 bytes
patch
obsolete
>From 6801b6e70f05475a61b6967b97e114b322f0a324 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 11 Jan 2019 15:14:04 -0300 >Subject: [PATCH] Bug 22107: patrons.t doesn't need to delete existing data > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/api/v1/patrons.t | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/t/db_dependent/api/v1/patrons.t b/t/db_dependent/api/v1/patrons.t >index 7c148011df..8b28d7720d 100644 >--- a/t/db_dependent/api/v1/patrons.t >+++ b/t/db_dependent/api/v1/patrons.t >@@ -50,8 +50,6 @@ subtest 'list() tests' => sub { > > $schema->storage->txn_begin; > >- Koha::Patrons->search->delete; >- > my ( $patron_id, $session_id ) = create_user_and_session({ authorized => 1 }); > my $patron = Koha::Patrons->find($patron_id); > >-- >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 22107
:
83816
|
83817
|
83819
|
83820