Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
This issue serves mainly as support for OAK-237.
There are some unneeded casts in the jr query tests that we can remove, allowing us to run the better part of the query tests from the oak test suite.
I plan on cleaning up as much as possible the tests from the o.a.j.c.query package so that in the end they will only depend on JCR apis.
This means:
- moving some jackrabbit indexing specific tests to o.a.j.c.query.lucene
- adding a AbstractQueryTest#isJackrabbitImpl that will help with some cases where a cast cannot be avoided
- other cosmetics