Summary: | regressions.t tests have not been updated after bug 23836 | ||
---|---|---|---|
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: | 1joynelson, kyle, lucas, martin.renvoize, nick |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.01
|
|
Circulation function: | |||
Bug Depends on: | 23836 | ||
Bug Blocks: | |||
Attachments: |
Bug 24144: (bug 23836 follow-up) Fix regressions.t tests
Bug 24144: (bug 23836 follow-up) Fix regressions.t tests |
Description
Jonathan Druart
2019-12-02 16:11:55 UTC
Created attachment 95928 [details] [review] Bug 24144: (bug 23836 follow-up) Fix regressions.t tests Bug 24144 changes the behavior for tracklinks.pl but did not adjust the tests. We must then expect 404 if the pref is turned off. Also mock_preference cannot work (we are hitting the web server and so need to set the value in DB and flush the L1 caches) Created attachment 95929 [details] [review] Bug 24144: (bug 23836 follow-up) Fix regressions.t tests Bug 23836 changes the behavior for tracklinks.pl but did not adjust the tests. We must then expect 404 if the pref is turned off. Also mock_preference cannot work (we are hitting the web server and so need to set the value in DB and flush the L1 caches) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Thanks for the quick fix Jonathan, Passing QA and Pushing Nice work everyone! Pushed to master for 20.05 backported to 19.11.x for 19.11.01 backported to 19.05.x for 19.05.06 |