Bug 40438 - Koha/Old/Hold.t generates warnings
Summary: Koha/Old/Hold.t generates warnings
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Jonathan Druart
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on:
Blocks: 25515
  Show dependency treegraph
 
Reported: 2025-07-17 13:43 UTC by Jonathan Druart
Modified: 2025-07-18 12:21 UTC (History)
1 user (show)

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


Attachments
Bug 40438: Remove warnings from Koha/Old/Hold.t (1.10 KB, patch)
2025-07-17 13:50 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40438: Remove warnings from Koha/Old/Hold.t (1.15 KB, patch)
2025-07-17 14:03 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 40438: Remove warnings from Koha/Old/Hold.t (1.21 KB, patch)
2025-07-18 12:21 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-07-17 13:43:54 UTC
t/db_dependent/Koha/Old/Hold.t .. 1/3 Value not allowed for auto_incr biblionumber in Biblio at /kohadevbox/koha/t/lib/TestBuilder.pm line 431.
Comment 1 Jonathan Druart 2025-07-17 13:50:40 UTC
Created attachment 184202 [details] [review]
Bug 40438: Remove warnings from Koha/Old/Hold.t

it's an integer.

t/db_dependent/Koha/Old/Hold.t .. 1/3 Value not allowed for auto_incr biblionumber in Biblio at /kohadevbox/koha/t/lib/TestBuilder.pm line 431.
Comment 2 Owen Leonard 2025-07-17 14:03:18 UTC
Created attachment 184203 [details] [review]
Bug 40438: Remove warnings from Koha/Old/Hold.t

it's an integer.

t/db_dependent/Koha/Old/Hold.t .. 1/3
Value not allowed for auto_incr biblionumber in Biblio at
/kohadevbox/koha/t/lib/TestBuilder.pm line 431.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Martin Renvoize (ashimema) 2025-07-18 12:21:43 UTC
Created attachment 184373 [details] [review]
Bug 40438: Remove warnings from Koha/Old/Hold.t

it's an integer.

t/db_dependent/Koha/Old/Hold.t .. 1/3
Value not allowed for auto_incr biblionumber in Biblio at
/kohadevbox/koha/t/lib/TestBuilder.pm line 431.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>