Bugzilla – Attachment 125839 Details for
Bug 27526
Remove Mod/AddItemFromMarc from additem.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27526: (QA follow-up) Wrap tests in transaction
Bug-27526-QA-follow-up-Wrap-tests-in-transaction.patch (text/plain), 1.10 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-10-06 16:44:58 UTC
(
hide
)
Description:
Bug 27526: (QA follow-up) Wrap tests in transaction
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-10-06 16:44:58 UTC
Size:
1.10 KB
patch
obsolete
>From bb96bdc09a96063daf0641e9f157a3b49a4ceaf4 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 6 Oct 2021 13:44:16 -0300 >Subject: [PATCH] Bug 27526: (QA follow-up) Wrap tests in transaction > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Biblio.t | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Biblio.t b/t/db_dependent/Koha/Biblio.t >index 4b52e49fb6..a9ed0ad98d 100755 >--- a/t/db_dependent/Koha/Biblio.t >+++ b/t/db_dependent/Koha/Biblio.t >@@ -651,9 +651,11 @@ subtest 'get_marc_notes() UNIMARC tests' => sub { > $schema->storage->txn_rollback; > }; > >-subtest 'host_items' => sub { >+subtest 'host_items() tests' => sub { > plan tests => 6; > >+ $schema->storage->txn_begin; >+ > my $biblio = $builder->build_sample_biblio( { frameworkcode => '' } ); > > t::lib::Mocks::mock_preference( 'EasyAnalyticalRecords', 1 ); >@@ -686,4 +688,5 @@ subtest 'host_items' => sub { > is( ref($host_items), 'Koha::Items' ); > is( $host_items->count, 0 ); > >+ $schema->storage->txn_rollback; > }; >-- >2.32.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 27526
:
115679
|
115680
|
116006
|
117806
|
117807
|
117808
|
121589
|
121590
|
121591
|
122288
|
122318
|
122655
|
122656
|
122657
|
122658
|
122676
|
122677
|
122681
|
122682
|
122694
|
122695
|
122696
|
122946
|
122947
|
122948
|
122949
|
122950
|
122951
|
122952
|
122953
|
122954
|
122957
|
122958
|
122959
|
122974
|
123006
|
123007
|
123110
|
123329
|
123372
|
123415
|
123757
|
123758
|
123759
|
123760
|
123761
|
123762
|
123763
|
123764
|
123765
|
123766
|
123767
|
123768
|
123769
|
123770
|
123771
|
123772
|
125069
|
125605
|
125606
|
125607
|
125608
|
125609
|
125610
|
125611
|
125612
|
125613
|
125614
|
125615
|
125616
|
125617
|
125618
|
125619
|
125620
|
125818
| 125839 |
125863
|
126034
|
126051
|
126143
|
126144
|
126393
|
127025
|
127032