Index: project.xml =================================================================== --- project.xml (revision 189583) +++ project.xml (working copy) @@ -52,7 +52,7 @@ jackrabbit jackrabbit - 0.16.4-dev + 0.16.4.1-dev concurrent @@ -74,8 +74,8 @@ jsr170 jcr - 0.16.4 - http://www.day.com/maven/jsr170/jars/jcr-0.16.4.jar + 0.16.4.1 + http://www.day.com/maven/jsr170/jars/jcr-0.16.4.1.jar log4j Index: applications/test/repository/nodetypes/custom_nodetypes.xml =================================================================== --- applications/test/repository/nodetypes/custom_nodetypes.xml (revision 189583) +++ applications/test/repository/nodetypes/custom_nodetypes.xml (working copy) @@ -76,7 +76,7 @@ - + nt:base @@ -181,6 +181,16 @@ /abc + + + test:canSetProperty + + + + + test:canSetProperty + + @@ -211,6 +221,16 @@ + + + + nt:base + + + + + + Index: applications/test/workspaces/test/workspace.xml =================================================================== --- applications/test/workspaces/test/workspace.xml (revision 0) +++ applications/test/workspaces/test/workspace.xml (revision 0) @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Index: applications/test/jaas.config =================================================================== --- applications/test/jaas.config (revision 189583) +++ applications/test/jaas.config (working copy) @@ -1,3 +1,3 @@ Jackrabbit { org.apache.jackrabbit.core.security.SimpleLoginModule required anonymousId="anonymous"; -}; +}; \ No newline at end of file Index: applications/test/repositoryStubImpl.properties =================================================================== --- applications/test/repositoryStubImpl.properties (revision 189583) +++ applications/test/repositoryStubImpl.properties (working copy) @@ -250,6 +250,9 @@ # a tree at a different location. javax.jcr.tck.SerializationTest.propertyValueMayChange= jcr:created jcr:uuid jcr:versionHistory jcr:baseVersion jcr:predecessors P_Reference +# List all properties which are skipped during xml import according specification chapter 7.3.3 +javax.jcr.tck.SerializationTest.propertySkipped= + # The name of the test node types. For easier diagnostics, the node types have names # that tell you the kind of information they store javax.jcr.tck.SerializationTest.nodeTypesTestNode=NodeTypes @@ -273,6 +276,9 @@ javax.jcr.tck.SerializationTest.referenceTestProperty=P_Reference javax.jcr.tck.SerializationTest.multiValueTestProperty=P_MultiValue +# node type not allowing same name sibs +javax.jcr.tck.SerializationTest.sameNameSibsFalseChildNodeDefinition=test:sameNameSibsFalseChildNodeDefinition + # Test method: testVersioningExceptionSessionFileChild # specified nodetype must be versionable and allow child nodes of the same type. javax.jcr.tck.SerializationTest.testVersioningExceptionSessionFileChild.nodetype=test:versionable @@ -281,6 +287,10 @@ # specified nodetype must be versionable and allow child nodes of the same type. javax.jcr.tck.SerializationTest.testVersioningExceptionSessionFileParent.nodetype=test:versionable +# Test method: testSessionImportXmlOverwriteException +# requires a node type that does not allow same name siblings +javax.jcr.tck.SerializationTest.testSessionImportXmlOverwriteException.nodetype=nt:folder + # Test class: ExportSysViewTest javax.jcr.tck.ExportSysViewTest.testroot=/testdata Index: applications/test/repository.xml =================================================================== --- applications/test/repository.xml (revision 189583) +++ applications/test/repository.xml (working copy) @@ -1,5 +1,4 @@ - - + @@ -67,7 +66,16 @@ name CDATA #REQUIRED value CDATA #REQUIRED> - + + + + + + + + +