| Summary: | C4::Circulation::transferbook lacks tests | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | Test Suite | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | 1joynelson, jonathan.druart, nick |
| Version: | Main | ||
| 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: |
20.05.00, 19.11.05
|
|
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 24299 | ||
| Attachments: |
Bug 24901: Minor refactor of tests
Bug 24901: Add tests for transferbook Bug 24901: Minor refactor of tests Bug 24901: Add tests for transferbook Bug 24901: Fix tests for 19.11.x |
||
|
Description
Martin Renvoize (ashimema)
2020-03-19 07:36:11 UTC
Created attachment 100996 [details] [review] Bug 24901: Minor refactor of tests Test plan: 0/ Read the change and verify it makes sense Created attachment 100997 [details] [review] Bug 24901: Add tests for transferbook Test plan: 0/ Read the commit and confirm the new tests make sence 1/ Run the tests and verify they pass 2/ Signoff Created attachment 101007 [details] [review] Bug 24901: Minor refactor of tests Test plan: 0/ Read the change and verify it makes sense Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Created attachment 101008 [details] [review] Bug 24901: Add tests for transferbook Test plan: 0/ Read the commit and confirm the new tests make sence 1/ Run the tests and verify they pass 2/ Signoff Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Tests only, passing QA Maybe remove that before push:
+#subtest 'UseBranchTransferLimits tests' => sub {
+# plan tests => 0;
+#};
+
Nice work everyone! Pushed to master for 20.05 backported to 19.11.x branch for 19.11.05 Created attachment 102519 [details] [review] Bug 24901: Fix tests for 19.11.x 19.11.x patch applied. |