Bug 30866 - In unit tests, validate CCL queries using ZOOM::Query::CCL2RPN
Summary: In unit tests, validate CCL queries using ZOOM::Query::CCL2RPN
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-30 04:12 UTC by David Cook
Modified: 2022-05-30 04:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2022-05-30 04:12:23 UTC
We should validate that we're creating correct CCL in Koha using our unit tests.

I've included a simple example at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175#c522
Comment 1 David Cook 2022-05-30 04:24:24 UTC
The tricky part of course is that we build/mangle/manipulate/transform queries all over the place so this might be easier said than done.