Julian Reschke wrote:> ...

It sounds a bit that this was caused by a change a made to the tests, introducing new configuration properties (r566247). Is it possible that you're testing new code without having updated jackrabbit-core/src/test/resources/repositoryStubImpl.properties? (maybe you have them somewhere else and missed the change?).

Best regards, Julian


Merging over those 4 properties ( listed below ) fixed the problem.

Thanks!
Steve



# Test class: SetPropertyAssumeTypeTest
javax.jcr.tck.SetPropertyAssumeTypeTest.nodetype=test:canSetProperty
javax.jcr.tck.SetPropertyAssumeTypeTest.testStringConstraintViolationExceptionBecauseOfInvalidTypeParameter.propertyname1=String
javax.jcr.tck.SetPropertyAssumeTypeTest.testValueConstraintViolationExceptionBecauseOfInvalidTypeParameter.propertyname1=String
javax.jcr.tck.SetPropertyAssumeTypeTest.testValuesConstraintViolationExceptionBecauseOfInvalidTypeParameter.propertyname1=StringMultiple

Reply via email to