Bugzilla – Attachment 119761 Details for
Bug 27896
Remove C4::Circulation::DeleteTransfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27896: (QA follow-up) Fix number of unit tests
Bug-27896-QA-follow-up-Fix-number-of-unit-tests.patch (text/plain), 784 bytes, created by
Kyle M Hall (khall)
on 2021-04-16 15:47:29 UTC
(
hide
)
Description:
Bug 27896: (QA follow-up) Fix number of unit tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-16 15:47:29 UTC
Size:
784 bytes
patch
obsolete
>From e8d6b94dba8b9430bc8cce213d0a155f1243315d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 16 Apr 2021 11:40:07 -0400 >Subject: [PATCH] Bug 27896: (QA follow-up) Fix number of unit tests > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation/transfers.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/transfers.t b/t/db_dependent/Circulation/transfers.t >index 19e5d86c40..5e639ae90c 100755 >--- a/t/db_dependent/Circulation/transfers.t >+++ b/t/db_dependent/Circulation/transfers.t >@@ -27,7 +27,7 @@ use Koha::Item::Transfers; > > use t::lib::TestBuilder; > >-use Test::More tests => 25; >+use Test::More tests => 22; > use Test::Deep; > > BEGIN { >-- >2.24.3 (Apple Git-128)
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 27896
:
117927
|
117928
|
119345
|
119347
|
119348
|
119349
|
119758
|
119759
|
119760
| 119761