Performing a checkout this morning, I get the following error running:
mvn clean install

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.sling.jcr.contentloader.internal.JsonReaderTest
Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed:
0.182 sec <<< FAILURE!

Results :

Tests in error:
  testEmptyObject(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  testEmpty(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testDefaultPrimaryNodeTypeWithSurroundWhitespace(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testDefaultPrimaryNodeTypeWithoutEnclosingBracesWithSurroundWhitespace(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testExplicitePrimaryNodeType(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testMixinNodeTypes1(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testMixinNodeTypes2(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testPropertiesEmpty(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testPropertiesSingleValue(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testPropertiesTwoSingleValue(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testPropertiesMultiValue(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testPropertiesMultiValueEmpty(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  testChild(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  testChildWithMixin(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  testTwoChildren(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)
  
testChildWithProperty(org.apache.sling.jcr.contentloader.internal.JsonReaderTest)

Reply via email to