You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2020/06/24 15:48:27 UTC

[GitHub] [jackrabbit-filevault] kwin opened a new pull request #87: JCRVLT-446 make test locale agnostic

kwin opened a new pull request #87:
URL: https://github.com/apache/jackrabbit-filevault/pull/87


   reuse the same DocumentBuilderFactory for all validators


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-filevault] kwin merged pull request #87: JCRVLT-446 make test locale agnostic

Posted by GitBox <gi...@apache.org>.
kwin merged pull request #87:
URL: https://github.com/apache/jackrabbit-filevault/pull/87


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-filevault] reschke commented on pull request #87: JCRVLT-446 make test locale agnostic

Posted by GitBox <gi...@apache.org>.
reschke commented on pull request #87:
URL: https://github.com/apache/jackrabbit-filevault/pull/87#issuecomment-648992087


   It's fixed!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-filevault] reschke commented on pull request #87: JCRVLT-446 make test locale agnostic

Posted by GitBox <gi...@apache.org>.
reschke commented on pull request #87:
URL: https://github.com/apache/jackrabbit-filevault/pull/87#issuecomment-648950241


   this does not seem to fix it. Still getting:
   
   ~~~
   [ERROR] Failures:
   [ERROR]   AdvancedFilterValidatorTest.testFilterWithInvalidElements:371
   Expected: iterable containing [<ValidationMessage [severity=WARN, message=cvc-complex-type.3.2.2: Attribute 'mode' is not allowed to appear in element 'exclude'., line=20, column=51, ]>, <ValidationMessage [severity=WARN, message=cvc-complex-type.2.4.a: Invalid content was found starting with element 'invalidelement'. One of '{exclude, include}' is expected., line=22, column=27, ]>, <ValidationMessage [severity=WARN, message=Invalid filter.xml, line=0, column=0, ]>]
        but: item 0: was <ValidationMessage [severity=WARN, message=cvc-complex-type.3.2.2: Attribut 'mode' darf nicht in Element 'exclude' vorkommen., line=20, column=51, ]>
   [INFO]
   [ERROR] Tests run: 64, Failures: 1, Errors: 0, Skipped: 0
   
   ~~~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org