On 2013-12-05 18:48, Julian Reschke wrote:
On 2013-12-05 17:59, Julian Reschke wrote:
Failed tests:   unicode[3](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[0](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[1](org.apache.jackrabbit.oak.jcr.query.QueryTest)
   unicode[2](org.apache.jackrabbit.oak.jcr.query.QueryTest)

I note that this test case contains literal non-ASCII characters.

Grepping for more yields:

 > find . -name "*.java" -exec grep -P -n "[\x80-\xFF]" {} ";" -ls

38:        for (char c : "aäßzAZÄ09+㍠".toCharArray()) {
18295873486614711    8 -rw-rw-r--   1 jre      None         5458 Dec  2
14:36 ./
oak-core/src/test/java/org/apache/jackrabbit/oak/query/ast/FullTextTest.java

64:                {"three", "äöü"},
66:                {"one", "㍠㍡㍢㍣㍤㍥㍦㍧㍨㍩"},
29554872557645515   20 -rw-rw-r--   1 jre      None        18294 Dec  2
14:36 ./
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/query/QueryTest.java

We probably should fix these.

Done in r1548225.


Reply via email to