Summary: | Test failing randomly - fix categorycode vs category_type | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | nick |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 19403, 19423, 19455, 19487, 19517, 19529 | ||
Bug Blocks: | 25551 | ||
Attachments: |
Bug 19776: Fix random failures (category_type vs categorycode='X')
Bug 19776: (follow-up) remove dup category_type keys |
Description
Jonathan Druart
2017-12-07 17:40:48 UTC
Created attachment 69619 [details] [review] Bug 19776: Fix random failures (category_type vs categorycode='X') Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 18.05 Created attachment 69805 [details] [review] Bug 19776: (follow-up) remove dup category_type keys The previous patch was obviously wrong, the category_type key appeared twice. categories.category_type is a varchar(1) and 'P' is not 'X'. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Last patch pushed to master. Skipping for 17.11 |