You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/09/24 15:58:07 UTC

svn commit: r1000872 - /jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/JackrabbitRepositoryStub.properties

Author: jukka
Date: Fri Sep 24 13:58:06 2010
New Revision: 1000872

URL: http://svn.apache.org/viewvc?rev=1000872&view=rev
Log:
JCR-515: Enhance test data

Specify an appropriate test node type for NodeAddMixinTest.testAddInheritedMixin

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/JackrabbitRepositoryStub.properties

Modified: jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/JackrabbitRepositoryStub.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/JackrabbitRepositoryStub.properties?rev=1000872&r1=1000871&r2=1000872&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/JackrabbitRepositoryStub.properties (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/JackrabbitRepositoryStub.properties Fri Sep 24 13:58:06 2010
@@ -196,6 +196,11 @@ javax.jcr.tck.NodeTest.testRemoveMandato
 # nodetype that has a property that is mandatory but not autocreated
 javax.jcr.tck.NodeTest.testSaveContstraintViolationException.nodetype2=nt:file
 
+# Test class: NodeAddMixinTest
+# Test method: testAddInheritedMixin
+# the parent type should inherit a mixin type
+javax.jcr.tck.NodeAddMixinTest.testAddInheritedMixin.nodetype=test:setProperty
+
 # Test class: NodeUUIDTest
 # node type that has a property of type PropertyType.REFERENCE
 javax.jcr.tck.NodeUUIDTest.nodetype=nt:unstructured