Bugzilla – Attachment 182786 Details for
Bug 36625
t/db_dependent/Koha/Biblio.t leaves test data in the database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36625: (follow-up) Restore subtest titles
Bug-36625-follow-up-Restore-subtest-titles.patch (text/plain), 1.35 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-05-26 14:42:54 UTC
(
hide
)
Description:
Bug 36625: (follow-up) Restore subtest titles
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-05-26 14:42:54 UTC
Size:
1.35 KB
patch
obsolete
>From fdda10b0477c87e16ff84ea5dd6a01d126d4e8dc Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 26 May 2025 10:13:55 -0300 >Subject: [PATCH] Bug 36625: (follow-up) Restore subtest titles > >Due to a bad rebase we ended up changing subtest names in commit 1b4bb5709299264e33b2fec7df174742c31f7ea7 >This patch restores them and has no effect on the tests themselves. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Biblio.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Biblio.t b/t/db_dependent/Koha/Biblio.t >index 59c6a5f6f08..750ff511c5a 100755 >--- a/t/db_dependent/Koha/Biblio.t >+++ b/t/db_dependent/Koha/Biblio.t >@@ -1818,7 +1818,7 @@ subtest 'item_groups() tests' => sub { > $schema->storage->txn_rollback; > }; > >-subtest 'normalized_isbn' => sub { >+subtest 'normalized_isbn() tests' => sub { > plan tests => 1; > > $schema->storage->txn_begin; >@@ -1835,7 +1835,7 @@ subtest 'normalized_isbn' => sub { > > }; > >-subtest 'normalized_upc' => sub { >+subtest 'normalized_upc() tests' => sub { > plan tests => 1; > > $schema->storage->txn_begin; >@@ -1852,7 +1852,7 @@ subtest 'normalized_upc' => sub { > > }; > >-subtest 'normalized_oclc' => sub { >+subtest 'normalized_oclc() tests' => sub { > plan tests => 1; > > $schema->storage->txn_begin; >-- >2.49.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 36625
:
182782
|
182785
| 182786