Bugzilla – Attachment 173614 Details for
Bug 35659
OAI harvester
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35659: (QA follow-up) Fix t/db_dependent/Koha/OAIHarvester.t
Bug-35659-QA-follow-up-Fix-tdbdependentKohaOAIHarv.patch (text/plain), 1001 bytes, created by
Matthias Meusburger
on 2024-10-29 11:02:24 UTC
(
hide
)
Description:
Bug 35659: (QA follow-up) Fix t/db_dependent/Koha/OAIHarvester.t
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2024-10-29 11:02:24 UTC
Size:
1001 bytes
patch
obsolete
>From 6b6ca68e131df846d840f84cc46d1b8e72251265 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Tue, 29 Oct 2024 11:00:35 +0000 >Subject: [PATCH] Bug 35659: (QA follow-up) Fix > t/db_dependent/Koha/OAIHarvester.t > > - OPACBaseURL must be set correctly. >--- > t/db_dependent/Koha/OAIHarvester.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/OAIHarvester.t b/t/db_dependent/Koha/OAIHarvester.t >index 2bb3cc7741d..7aa0886bca9 100755 >--- a/t/db_dependent/Koha/OAIHarvester.t >+++ b/t/db_dependent/Koha/OAIHarvester.t >@@ -42,7 +42,7 @@ $schema->storage->txn_begin; > > my $new_oai_biblio = Koha::OAIServer->new( > { >- endpoint => C4::Context->preference('OPACBaseURL') . '/cgi-bin/koha/oai.pl', >+ endpoint => ( $ENV{KOHA_OPAC_URL} || C4::Context->preference('OPACBaseURL') ) . '/cgi-bin/koha/oai.pl', > oai_set => '', > servername => 'my_test_1', > dataformat => 'oai_dc', >-- >2.39.5
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 35659
:
160356
|
160357
|
160744
|
161813
|
161960
|
162004
|
162005
|
162006
|
162007
|
162008
|
162009
|
162010
|
162011
|
162527
|
162528
|
162692
|
162693
|
162694
|
163527
|
164586
|
164590
|
164602
|
164603
|
164604
|
164605
|
164606
|
164618
|
164619
|
164620
|
164621
|
164622
|
165199
|
165594
|
165595
|
165596
|
165597
|
165598
|
167106
|
167107
|
167171
|
167172
|
167173
|
167174
|
167175
|
167176
|
168982
|
168983
|
169941
|
171255
|
171258
|
171260
|
171264
|
171265
|
171267
|
171675
|
171676
|
171678
|
171679
|
172072
|
172073
|
172074
|
172075
|
172076
|
172077
|
172078
|
172079
|
172080
|
172081
|
172082
|
172083
|
172202
|
172203
|
172204
|
172205
|
172206
|
172207
|
172208
|
172209
|
172210
|
172211
|
172212
|
172213
|
173088
|
173089
|
173090
|
173091
|
173092
|
173093
|
173094
|
173095
|
173096
|
173097
|
173098
|
173099
|
173100
|
173101
|
173561
|
173599
|
173600
|
173601
| 173614 |
174790