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 2004/10/08 14:09:54 UTC

svn commit: rev 54069 - incubator/jackrabbit/trunk/applications/test

Author: mreutegg
Date: Fri Oct  8 05:09:52 2004
New Revision: 54069

Modified:
   incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties
Log:
- added more test configuration parameters

Modified: incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties
==============================================================================
--- incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties	(original)
+++ incubator/jackrabbit/trunk/applications/test/repositoryStubImpl.properties	Fri Oct  8 05:09:52 2004
@@ -1,5 +1,5 @@
 #
-# $Id: repositoryStub.properties,v 1.1 2004/02/18 14:34:48 mreutegg Exp $
+# This is the configuration file for the jackrabbit repository test stub.
 #
 
 # Stub implementation class
@@ -12,6 +12,18 @@
 javax.jcr.tck.readwrite.pwd=
 javax.jcr.tck.readonly.name=anonymous
 javax.jcr.tck.readonly.pwd=
+
+# global test configuration
+javax.jcr.tck.testroot=/testroot
+javax.jcr.tck.nodetype=nt:unstructured
+javax.jcr.tck.nodename1=foo
+javax.jcr.tck.nodename2=bar
+javax.jcr.tck.nodename3=foobar
+
+# sample for per test case config overriding
+# Test class: AddNodeText
+# Test method: testName
+javax.jcr.tck.AddNodeTest.testName.nodename1=myname
 
 # repository name
 org.apache.jackrabbit.repository.name=localfs