Bugzilla – Attachment 85471 Details for
Bug 22206
Add routes to enable suspension or resumption of holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22206: (QA follow-up) Fix tests for hold suspension api
Bug-22206-QA-follow-up-Fix-tests-for-hold-suspensi.patch (text/plain), 929 bytes, created by
Josef Moravec
on 2019-02-21 17:16:04 UTC
(
hide
)
Description:
Bug 22206: (QA follow-up) Fix tests for hold suspension api
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-02-21 17:16:04 UTC
Size:
929 bytes
patch
obsolete
>From 58a1e2b7d2eaa96b315c45563f3f72e81b26c5b3 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 21 Feb 2019 00:59:22 +0000 >Subject: [PATCH] Bug 22206: (QA follow-up) Fix tests for hold suspension api > >Test plan: > >prove t/db_dependent/api/v1/holds.t >--- > t/db_dependent/api/v1/holds.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/holds.t b/t/db_dependent/api/v1/holds.t >index 700af99..31a1430 100644 >--- a/t/db_dependent/api/v1/holds.t >+++ b/t/db_dependent/api/v1/holds.t >@@ -338,7 +338,7 @@ subtest 'suspend and resume tests' => sub { > > my $patron = $builder->build_object( > { class => 'Koha::Patrons', value => { userid => 'tomasito', flags => 1 } } ); >- $patron->set_password($password); >+ $patron->set_password({ password => $password, skip_validation => 1 }); > my $userid = $patron->userid; > > # Disable logging >-- >2.1.4
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 22206
:
84473
|
84474
|
84475
|
85056
|
85057
|
85058
|
85468
|
85469
|
85470
|
85471
|
85862
|
85864
|
85865
|
85866
|
85867
|
85868