Bugzilla – Attachment 138607 Details for
Bug 29144
Move branches.opac_info to AdditionalContents allowing multi language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29144: Remove opac_info from a few tests
Bug-29144-Remove-opacinfo-from-a-few-tests.patch (text/plain), 2.99 KB, created by
Marcel de Rooy
on 2022-08-04 11:58:36 UTC
(
hide
)
Description:
Bug 29144: Remove opac_info from a few tests
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-08-04 11:58:36 UTC
Size:
2.99 KB
patch
obsolete
>From cc73deb35634421bc84af7c24c0e2932e231e4b3 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 4 Aug 2022 08:16:47 +0000 >Subject: [PATCH] Bug 29144: Remove opac_info from a few tests >Content-Type: text/plain; charset=utf-8 > >Test plan: >Run t/db_dependent/Circulation/GetHardDueDate.t >Run t/db_dependent/Circulation/OfflineOperation.t >Run t/db_dependent/RotatingCollections.t >Run t/db_dependent/api/v1/libraries.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Circulation/GetHardDueDate.t | 2 -- > t/db_dependent/Circulation/OfflineOperation.t | 1 - > t/db_dependent/RotatingCollections.t | 1 - > t/db_dependent/api/v1/libraries.t | 1 - > 4 files changed, 5 deletions(-) > >diff --git a/t/db_dependent/Circulation/GetHardDueDate.t b/t/db_dependent/Circulation/GetHardDueDate.t >index 5f11511730..53ee08395d 100755 >--- a/t/db_dependent/Circulation/GetHardDueDate.t >+++ b/t/db_dependent/Circulation/GetHardDueDate.t >@@ -53,7 +53,6 @@ my $samplebranch1 = { > branchemail => 'sample email', > branchurl => 'sample url', > branchip => 'sample ip', >- opac_info => 'sample opac', > }; > my $samplebranch2 = { > branchcode => 'SAB2', >@@ -70,7 +69,6 @@ my $samplebranch2 = { > branchemail => 'sample email2', > branchurl => 'sample url2', > branchip => 'sample ip2', >- opac_info => 'sample opac2', > }; > Koha::Library->new($samplebranch1)->store; > Koha::Library->new($samplebranch2)->store; >diff --git a/t/db_dependent/Circulation/OfflineOperation.t b/t/db_dependent/Circulation/OfflineOperation.t >index 98cc530f90..867ce700a1 100755 >--- a/t/db_dependent/Circulation/OfflineOperation.t >+++ b/t/db_dependent/Circulation/OfflineOperation.t >@@ -48,7 +48,6 @@ my $samplebranch1 = { > branchemail => 'sample email', > branchurl => 'sample url', > branchip => 'sample ip', >- opac_info => 'sample opac', > }; > Koha::Library->new($samplebranch1)->store; > >diff --git a/t/db_dependent/RotatingCollections.t b/t/db_dependent/RotatingCollections.t >index f278ad47ac..855e33897c 100755 >--- a/t/db_dependent/RotatingCollections.t >+++ b/t/db_dependent/RotatingCollections.t >@@ -191,7 +191,6 @@ my $samplebranch = { > branchurl => 'sample url', > branchip => 'sample ip', > branchnotes => 'sample note', >- opac_info => 'sample opac', > }; > Koha::Library->new($samplebranch)->store; > my ( $transferred, $messages ) = TransferCollection( $collection_id1, $samplebranch->{branchcode} ); >diff --git a/t/db_dependent/api/v1/libraries.t b/t/db_dependent/api/v1/libraries.t >index 3a04838762..89100a18bd 100755 >--- a/t/db_dependent/api/v1/libraries.t >+++ b/t/db_dependent/api/v1/libraries.t >@@ -83,7 +83,6 @@ subtest 'list() tests' => sub { > url => 'branchurl', > ip => 'branchip', > notes => 'branchnotes', >- opac_info => 'opac_info', > }; > > my $size = keys %{$fields}; >-- >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 29144
:
138473
|
138474
|
138527
|
138528
|
138599
|
138600
|
138601
|
138602
|
138603
|
138604
|
138605
|
138606
|
138607
|
138608
|
138609
|
139182
|
139183
|
139184
|
139185
|
139186
|
139187
|
139188
|
139189
|
139190
|
139191
|
139192
|
139197
|
139198
|
139199
|
139200
|
139201
|
139202
|
139203
|
139204
|
139205
|
139206
|
139207
|
139208
|
139366
|
139367
|
139368
|
139369
|
139370
|
139371
|
139372
|
139373
|
139374
|
139375
|
139376
|
139377
|
140020
|
140021
|
140022
|
140023
|
140024
|
140025
|
140026
|
140027
|
140028
|
140029
|
140030
|
140707