Bugzilla – Attachment 134924 Details for
Bug 30195
Suggestion form in OPAC should use ISBN to FindDuplicate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Added a missing semicolon to the added subtest and increased test count to 107
Added-a-missing-semicolon-to-the-added-subtest-and.patch (text/plain), 1.03 KB, created by
Paul Derscheid
on 2022-05-12 11:51:10 UTC
(
hide
)
Description:
Added a missing semicolon to the added subtest and increased test count to 107
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2022-05-12 11:51:10 UTC
Size:
1.03 KB
patch
obsolete
>From be7480af8c81302a5fe8ea1a555f3916d7256774 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 12 May 2022 11:50:44 +0000 >Subject: [PATCH] Added a missing semicolon to the added subtest and increased > test count to 107 > >https://bugs.koha-community.org/show_bug.cgi?id=30195 >--- > t/db_dependent/Suggestions.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Suggestions.t b/t/db_dependent/Suggestions.t >index b0e810804b..4df723a888 100755 >--- a/t/db_dependent/Suggestions.t >+++ b/t/db_dependent/Suggestions.t >@@ -18,7 +18,7 @@ > use Modern::Perl; > > use DateTime::Duration; >-use Test::More tests => 106; >+use Test::More tests => 107; > use Test::Warn; > > use t::lib::Mocks; >@@ -668,6 +668,6 @@ subtest 'Suggestion with ISBN' => sub { > > my ($author_tag, $author_subfield) = C4::Biblio::GetMarcFromKohaField('biblio.author', ''); > is($record->field( $author_tag), undef, "Record from suggestion author should be emtpy"); >-} >+}; > > $schema->storage->txn_rollback; >-- >2.20.1
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 30195
:
131731
|
134923
|
134924
|
134925
|
135264
|
135265
|
135474
|
135475
|
135476