]> git.koha-community.org Git - koha.git/commit
Bug 26589: Fix t/db_dependent/OAI/Sets.t failing when OAI-PMH:AutoUpdateSets is enabled
authorAlex Buckley <alexbuckley@catalyst.net.nz>
Tue, 29 Sep 2020 05:53:34 +0000 (05:53 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 10 Nov 2020 22:55:49 +0000 (22:55 +0000)
commitd3254f7e5726cdfb3572ae42eec057e90c25407d
tree85a2befb2df7e3a13e1408ed08452ff953755955
parent97cb735a7f4402822ba1c4f9cf6141187be10348
Bug 26589: Fix t/db_dependent/OAI/Sets.t failing when OAI-PMH:AutoUpdateSets is enabled

Test plan:
1. Check the OAI-PMH:AutoUpdateSets syspref is disabled
2. Run t/db_dependent/OAI/Sets.t tests and confirm tests pass
successfully
3. Enabled the OAI-PMH:AutoUpdateSets syspref
4. Repeat step 2 and confirm the tests fail

5. Apply this patch and restart plack: sudo koha-plack --restart
<instance>
6. Repeat step 2 and confirm the tests now pass
7. Disable the OAI-PMH:AutoUpdateSets syspref and repeat step 2 and
confirm tests still pass

Sponsored-By: Catalyst IT
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 913897f3a484ea31a2373de7aac2cc8298319575)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/OAI/Sets.t