| Summary: | TestBuilder.t failing if biblionumber=123 does not exist | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers, kyle, victor |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
21.11.00,21.05.05,20.11.12
|
|
| Circulation function: | |||
| Attachments: | Bug 29363: Fix TestBuilder.t if bib 123 does not exist | ||
Created attachment 127079 [details] [review] Bug 29363: Fix TestBuilder.t if bib 123 does not exist Pushed to master for 21.11, thanks to everybody involved! Pushed to 21.05.x for 21.05.05 Pushed to 20.11.x for 20.11.12 Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed. |
t/db_dependent/TestBuilder.t ................ 7/15 Value not allowed for auto_incr biblionumber in Biblio at /kohadevbox/koha/t/lib/TestBuilder.pm line 387. # Failed test 'Created a record' # at t/db_dependent/TestBuilder.t line 287. # got: '' # expected: '1' # Failed test 'Hash value untouched' # at t/db_dependent/TestBuilder.t line 290. # got: undef # expected: '123' # Looks like you failed 2 tests of 12. t/db_dependent/TestBuilder.t ................ 8/15