Summary: | jobs.t is not testing only_current | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Test Suite | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, martin.renvoize, tomascohen |
Version: | Main | ||
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: |
23.11.00,23.05.02,22.11.08
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 33556 | ||
Attachments: |
Bug 33852: Make jobs.t test the only_current parameter
Bug 33852: Make jobs.t test the only_current parameter Bug 33852: Make jobs.t test the only_current parameter Bug 33852: Add one more test |
Description
Tomás Cohen Arazi (tcohen)
2023-05-29 13:29:43 UTC
Created attachment 151774 [details] [review] Bug 33852: Make jobs.t test the only_current parameter This trivial patch adds a test to the only_current parameter. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/jobs.t => SUCCESS: New tests added, and pass 3. Sign off :-D Created attachment 151822 [details] [review] Bug 33852: Make jobs.t test the only_current parameter This trivial patch adds a test to the only_current parameter. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/jobs.t => SUCCESS: New tests added, and pass 3. Sign off :-D Signed-off-by: Sam Lau <samalau@gmail.com> Created attachment 152182 [details] [review] Bug 33852: Make jobs.t test the only_current parameter This trivial patch adds a test to the only_current parameter. To test: 1. Apply this patch 2. Run: $ ktd --shell k$ prove t/db_dependent/api/v1/jobs.t => SUCCESS: New tests added, and pass 3. Sign off :-D Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 152183 [details] [review] Bug 33852: Add one more test Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> (In reply to Jonathan Druart from comment #4) > Created attachment 152183 [details] [review] [review] > Bug 33852: Add one more test > > Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Ok. I did it too quick :-D Pushed to master for 23.11. Nice work everyone, thanks! Thanks for all the hard work! Pushed to 23.05.x for the next release Nice work everyone! Pushed to oldstable for 22.11.x |