Alex Parvulescu created OAK-328:
-----------------------------------
Summary: jcr:like(fn:name(), '%:content') should not match
jcr:content
Key: OAK-328
URL: https://issues.apache.org/jira/browse/OAK-328
Project: Jackrabbit Oak
Issue Type: Sub-task
Components: jcr
Reporter: Alex Parvulescu
Failing test is FnNameQueryTest#testLikeWithPrefix.
The test expects this query to not match any nodes:
{noformat}
testroot/*[@prop1 = 1 and jcr:like(fn:name(), '%:content')]
{noformat}
...which boils down to jcr:like(fn:name(), '%:content') should not match
jcr:content.
I need to look-up the specs on this one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira