Bug 36918 - api/v1/ill_backends.t produces warnings
Summary: api/v1/ill_backends.t produces warnings
Status: RESOLVED DUPLICATE of bug 34838
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Pedro Amorim
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 25515
  Show dependency treegraph
 
Reported: 2024-05-22 09:00 UTC by Jonathan Druart
Modified: 2024-05-22 13:41 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-05-22 09:00:12 UTC
$ prove t/db_dependent/api/v1/ill_backends.t
t/db_dependent/api/v1/ill_backends.t .. Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2078.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2083.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2078.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2083.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2078.
Use of uninitialized value in exists at /kohadevbox/koha/Koha/ILL/Request.pm line 2083.
Comment 1 Pedro Amorim 2024-05-22 13:41:07 UTC
This is fixed by the patches currently on bug 34838.

*** This bug has been marked as a duplicate of bug 34838 ***