Bug 38444 - Bug 34147 follow-up: add tests
Summary: Bug 34147 follow-up: add tests
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Nick Clemens (kidclamp)
QA Contact: Testopia
URL:
Keywords: rel_24_11_candidate, RM_priority
Depends on: 34147
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-14 13:38 UTC by Nick Clemens (kidclamp)
Modified: 2024-11-20 12:43 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 38444: Unit test to ensure limited categories don't break display (3.03 KB, patch)
2024-11-14 13:40 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 38444: Unit test to ensure limited categories don't break display (3.10 KB, patch)
2024-11-15 13:10 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2024-11-14 13:38:52 UTC

    
Comment 1 Nick Clemens (kidclamp) 2024-11-14 13:40:15 UTC
Created attachment 174527 [details] [review]
Bug 38444: Unit test to ensure limited categories don't break display
Comment 2 David Nind 2024-11-15 13:10:57 UTC
Created attachment 174576 [details] [review]
Bug 38444: Unit test to ensure limited categories don't break display

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2024-11-15 13:11:23 UTC
Testing notes (using KTD):

1. Start up KTD with selenium: ktd --selenium up
2. Run the tests: prove t/db_dependent/selenium/patrons_search.t
3. Apply the patch.
4. Repeat step 2, tests should continue to pass.