Description
Failing test is FnNameQueryTest#testLikeWithPrefix.
The test expects this query to not match any nodes:
testroot/*[@prop1 = 1 and jcr:like(fn:name(), '%:content')]
...which boils down to jcr:like(fn:name(), '%:content') should not match jcr:content.
I need to look-up the specs on this one.