You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/07/01 14:44:07 UTC

svn commit: r208752 - /incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties

Author: mreutegg
Date: Fri Jul  1 05:44:05 2005
New Revision: 208752

URL: http://svn.apache.org/viewcvs?rev=208752&view=rev
Log:
JCR-156: Review test cases and cross check with 1.0 specification
- Missing testroot entries for level 1 tests in configuration

Modified:
    incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties

Modified: incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties?rev=208752&r1=208751&r2=208752&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties (original)
+++ incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties Fri Jul  1 05:44:05 2005
@@ -82,6 +82,12 @@
 # Test class: StringPropertyTest
 javax.jcr.tck.StringPropertyTest.testroot=/testdata
 
+# Test class: SetValueVersionExceptionTest
+# nodetype2: nodetype with a reference property
+javax.jcr.tck.SetValueVersionExceptionTest.nodetype2=nt:linkedFile
+# propertyname3: name of the single value reference property
+javax.jcr.tck.SetValueVersionExceptionTest.propertyname3=jcr:content
+
 # Test class: UndefinedPropertyTest
 javax.jcr.tck.UndefinedPropertyTest.testroot=/testdata
 
@@ -214,6 +220,9 @@
 # Test class: RepositoryLoginTest
 javax.jcr.tck.RepositoryLoginTest.testroot=/testdata
 
+# Test class: RootNodeTest
+javax.jcr.tck.RootNodeTest.testroot=/testdata
+
 # Test class: ReferenceableRootNodesTest
 javax.jcr.tck.ReferenceableRootNodesTest.testroot=/testdata
 
@@ -298,6 +307,12 @@
 # JAVAX.JCR.QUERY CONFIGURATION
 # ==============================================================================
 
+javax.jcr.tck.nodetype.testroot=/testdata
+
+# ==============================================================================
+# JAVAX.JCR.QUERY CONFIGURATION
+# ==============================================================================
+
 # Test class: SaveTest
 # Test method: testConstraintViolationException
 # Specified node type must not allow child nodes.
@@ -333,8 +348,20 @@
 # Test class: DerefQueryLevel1Test
 javax.jcr.tck.DerefQueryLevel1Test.testroot=/testdata
 
+# Test class: GetLanguageTest
+javax.jcr.tck.GetLanguageTest.testroot=/testdata
+
+# Test class: GetPersistentQueryPathLevel1Test
+javax.jcr.tck.GetPersistentQueryPathLevel1Test.testroot=/testdata
+
 # Test class: GetPropertyNamesTest
 javax.jcr.tck.GetPropertyNamesTest.testroot=/testdata
+
+# Test class: GetStatementTest
+javax.jcr.tck.GetStatementTest.testroot=/testdata
+
+# Test class: GetSupportedQueryLanguagesTest
+javax.jcr.tck.GetSupportedQueryLanguagesTest.testroot=/testdata
 
 # Test class: SQLJcrPathTest
 javax.jcr.tck.SQLJcrPathTest.testroot=/testdata