Bug 30866

Summary: In unit tests, validate CCL queries using ZOOM::Query::CCL2RPN
Product: Koha Reporter: David Cook <dcook>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.