Bugzilla – Attachment 173936 Details for
Bug 28633
Add a preferred name field to patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28633: (QA follow-up) Fix test plans
Bug-28633-QA-follow-up-Fix-test-plans.patch (text/plain), 1.33 KB, created by
Martin Renvoize (ashimema)
on 2024-11-04 15:44:52 UTC
(
hide
)
Description:
Bug 28633: (QA follow-up) Fix test plans
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-11-04 15:44:52 UTC
Size:
1.33 KB
patch
obsolete
>From c3143ba4804fe6d391aa10131760782b8e84dc6e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 4 Nov 2024 15:37:02 +0000 >Subject: [PATCH] Bug 28633: (QA follow-up) Fix test plans > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Koha/Patron.t | 2 +- > t/db_dependent/api/v1/patrons.t | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Patron.t b/t/db_dependent/Koha/Patron.t >index 8bbb12c2c1f..5ea56720498 100755 >--- a/t/db_dependent/Koha/Patron.t >+++ b/t/db_dependent/Koha/Patron.t >@@ -19,7 +19,7 @@ > > use Modern::Perl; > >-use Test::More tests => 37; >+use Test::More tests => 38; > use Test::Exception; > use Test::Warn; > use Time::Fake; >diff --git a/t/db_dependent/api/v1/patrons.t b/t/db_dependent/api/v1/patrons.t >index d7f490b3b14..22e0487ce0d 100755 >--- a/t/db_dependent/api/v1/patrons.t >+++ b/t/db_dependent/api/v1/patrons.t >@@ -81,7 +81,7 @@ subtest 'list() tests' => sub { > > subtest 'librarian access tests' => sub { > >- plan tests => 22; >+ plan tests => 21; > > $schema->storage->txn_begin; > >@@ -265,7 +265,7 @@ subtest 'get() tests' => sub { > > subtest 'librarian access tests' => sub { > >- plan tests => 9; >+ plan tests => 8; > > $schema->storage->txn_begin; > >-- >2.47.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 28633
:
123008
|
123009
|
123010
|
123658
|
125497
|
125498
|
125499
|
125500
|
126591
|
128968
|
128969
|
128970
|
130000
|
130001
|
130002
|
133445
|
133446
|
133447
|
133448
|
133449
|
133450
|
133451
|
133958
|
133959
|
133960
|
133961
|
133962
|
133963
|
133964
|
133965
|
166792
|
166793
|
166794
|
166813
|
166814
|
166815
|
166816
|
166817
|
167163
|
167164
|
173628
|
173629
|
173630
|
173631
|
173632
|
173633
|
173634
|
173664
|
173665
|
173666
|
173667
|
173668
|
173669
|
173670
|
173717
|
173718
|
173719
|
173813
|
173814
|
173815
|
173816
|
173826
|
173827
|
173828
|
173829
|
173930
|
173931
|
173932
|
173933
|
173934
|
173935
| 173936 |
174419
|
174420
|
174472
|
175177