Summary: | Remove obsolete test translatable-templates.t | ||
---|---|---|---|
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 | ||
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: |
20.11.00
|
|
Circulation function: | |||
Bug Depends on: | 25067 | ||
Bug Blocks: | |||
Attachments: | Bug 26971: Remove obsolete test file translatable-templates.t |
Description
Jonathan Druart
2020-11-09 10:20:01 UTC
Created attachment 113306 [details] [review] Bug 26971: Remove obsolete test file translatable-templates.t After bug 25067 we found that this test file is failing with # Failed test 'opac_bootstrap templates are translatable' # at xt/author/translatable-templates.t line 91. # Unknown action specified. The original patches forgot to update this file. However when we tried to adjust it, we found that those tests are never working. Tried on 18.11.00 with a very ugly modified intranet-main.tt, the test was still passing. No idea how we can make it display warnings and so hard to fix the expected behaviour. I decided to remove it for now and see later if we need an updated test for the translate script. See also 25067 comment 84 Pushed to master for 20.11 |