You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by th...@apache.org on 2009/06/10 09:56:17 UTC

svn commit: r783245 - /jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml

Author: thomasm
Date: Wed Jun 10 07:56:16 2009
New Revision: 783245

URL: http://svn.apache.org/viewvc?rev=783245&view=rev
Log:
JCR-2134 Data Store: enable data store tests

Modified:
    jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml

Modified: jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml?rev=783245&r1=783244&r2=783245&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/src/test/repository/repository.xml Wed Jun 10 07:56:16 2009
@@ -29,7 +29,15 @@
 
     <!--
         data store configuration
+    -->
 	<DataStore class="org.apache.jackrabbit.core.data.FileDataStore"/>
+    <!--
+        sample database data store configuration
+        <DataStore class="org.apache.jackrabbit.core.data.db.DbDataStore">
+            <param name="url" value="jdbc:h2:~/test"/>
+            <param name="user" value="sa"/>
+            <param name="password" value="sa"/>
+        </DataStore>
     -->
     
     <!--