Bugzilla – Attachment 134216 Details for
Bug 30626
DT REST API wrapper not building the filter query correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30626: (QA follow-up) Fix test plan
Bug-30626-QA-follow-up-Fix-test-plan.patch (text/plain), 976 bytes, created by
Nick Clemens (kidclamp)
on 2022-04-28 10:05:17 UTC
(
hide
)
Description:
Bug 30626: (QA follow-up) Fix test plan
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-04-28 10:05:17 UTC
Size:
976 bytes
patch
obsolete
>From d8174fe8889e0b801f779142b718aab52b76742c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 27 Apr 2022 11:52:21 +0100 >Subject: [PATCH] Bug 30626: (QA follow-up) Fix test plan > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/selenium/patrons_search.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/patrons_search.t b/t/db_dependent/selenium/patrons_search.t >index aba9ad4670..8d64c7646d 100755 >--- a/t/db_dependent/selenium/patrons_search.t >+++ b/t/db_dependent/selenium/patrons_search.t >@@ -51,7 +51,7 @@ my $base_url = $s->base_url; > my $builder = t::lib::TestBuilder->new; > > subtest 'Search patrons' => sub { >- plan tests => 17; >+ plan tests => 19; > > if ( Koha::Patrons->search({surname => {-like => "test_patron_%"}})->count ) { > BAIL_OUT("Cannot run this test, data we need to create already exist in the DB"); >-- >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 30626
:
134016
|
134017
|
134055
|
134056
|
134057
|
134214
|
134215
| 134216 |
134252