| Summary: | SharedContent.t wrongly use ->set_userenv | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Chris Cormack <chris> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | martin.renvoize, nick |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
19.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | 17047, 21817 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 22850: Do no longer use set_userenv in tests (SharedContent.t)
Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) |
||
|
Description
Jonathan Druart
2019-05-04 16:23:51 UTC
Created attachment 89353 [details] [review] Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Since bug 21817 we should use the mock_userenv subroutine instead. Test plan: The tests must pass after this patch Created attachment 89578 [details] [review] Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Since bug 21817 we should use the mock_userenv subroutine instead. Test plan: The tests must pass after this patch Signed-off-by: Liz Rea <wizzyrea@gmail.com> Created attachment 89613 [details] [review] Bug 22850: Do no longer use set_userenv in tests (SharedContent.t) Since bug 21817 we should use the mock_userenv subroutine instead. Test plan: The tests must pass after this patch Signed-off-by: Liz Rea <wizzyrea@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Awesome work all! Pushed to master for 19.05 Test not in 18.11.x series. |