You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/03/15 11:14:42 UTC

svn commit: r637382 - /ofbiz/trunk/framework/entity/config/entityengine.xml

Author: jleroux
Date: Sat Mar 15 03:14:34 2008
New Revision: 637382

URL: http://svn.apache.org/viewvc?rev=637382&view=rev
Log:
Comment outside the test definition to avoid conflicts (when the datasource has been changed for intance)

Modified:
    ofbiz/trunk/framework/entity/config/entityengine.xml

Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=637382&r1=637381&r2=637382&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Sat Mar 15 03:14:34 2008
@@ -58,8 +58,8 @@
         <group-map group-name="org.ofbiz.olap" datasource-name="localderbyolap"/>
     </delegator>
 
+    <!-- be sure that your default delegator (or the one you use) uses the same datasource for test. You must run "ant run-install" before running "ant run-tests" -->
     <delegator name="test" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main">
-        <!-- be sure that your default delegator (or the one you use) uses the same datasource. You must run "ant run-install" before running "ant run-tests" -->
         <group-map group-name="org.ofbiz" datasource-name="localderby"/> 
         <group-map group-name="org.ofbiz.olap" datasource-name="localderbyolap"/>
     </delegator>