Bugzilla – Attachment 165077 Details for
Bug 36473
updatetotalissues.pl should not die on a bad record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36473: (follow-up) Correct biblio to bibliographic
Bug-36473-follow-up-Correct-biblio-to-bibliographi.patch (text/plain), 927 bytes, created by
Nick Clemens (kidclamp)
on 2024-04-18 10:36:22 UTC
(
hide
)
Description:
Bug 36473: (follow-up) Correct biblio to bibliographic
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-18 10:36:22 UTC
Size:
927 bytes
patch
obsolete
>From 0095b7ed3a70990e5b3904bcf19ff91e82bc381e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 18 Apr 2024 10:33:40 +0000 >Subject: [PATCH] Bug 36473: (follow-up) Correct biblio to bibliographic > >--- > t/db_dependent/Biblio.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Biblio.t b/t/db_dependent/Biblio.t >index c2cdd30e7af..28cdb78c10a 100755 >--- a/t/db_dependent/Biblio.t >+++ b/t/db_dependent/Biblio.t >@@ -1036,7 +1036,7 @@ subtest 'UpdateTotalIssues on Invalid record' => sub { > warning_is { > $success = C4::Biblio::UpdateTotalIssues( $biblio->biblionumber, $increase, '' ); > } >- "UpdateTotalIssues could not get biblio record", "Expected warning found"; >+ "UpdateTotalIssues could not get bibliographic record", "Expected warning found"; > > ok( !$success, 'UpdateTotalIssues fails gracefully for invalid record' ); > >-- >2.39.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 36473
:
164192
|
164247
|
164269
|
164270
|
164271
|
164289
|
164290
|
164458
|
164459
|
164805
|
164806
|
165039
| 165077 |
165078
|
165079