Bugzilla – Attachment 148669 Details for
Bug 32121
Show an alert when adding a checked out item to an item bundle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32121: (QA follow-up): Fix unit tests count
Bug-32121-QA-follow-up-Fix-unit-tests-count.patch (text/plain), 732 bytes, created by
Kyle M Hall (khall)
on 2023-03-24 14:45:58 UTC
(
hide
)
Description:
Bug 32121: (QA follow-up): Fix unit tests count
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-03-24 14:45:58 UTC
Size:
732 bytes
patch
obsolete
>From 5911ba145b98748de56244cb39156da6138acbc7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 24 Mar 2023 10:31:22 -0400 >Subject: [PATCH] Bug 32121: (QA follow-up): Fix unit tests count > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/Item.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Item.t b/t/db_dependent/Koha/Item.t >index 6f9d7cefd77..7ac3e79c729 100755 >--- a/t/db_dependent/Koha/Item.t >+++ b/t/db_dependent/Koha/Item.t >@@ -213,7 +213,7 @@ subtest 'bundle_host tests' => sub { > }; > > subtest 'add_to_bundle tests' => sub { >- plan tests => 7; >+ plan tests => 10; > > $schema->storage->txn_begin; > >-- >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 32121
:
143367
|
146017
|
146018
|
148659
|
148660
|
148664
|
148667
|
148668
| 148669