You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/23 11:40:01 UTC

svn commit: r1084529 - in /ofbiz/trunk/applications/marketing: data/MarketingDemoData.xml ofbiz-component.xml testdef/SeleniumTests.xml

Author: erwan
Date: Wed Mar 23 10:40:01 2011
New Revision: 1084529

URL: http://svn.apache.org/viewvc?rev=1084529&view=rev
Log:
Reorganizing data loading for selenium test in marketing. data should have been in data, and not in testdef

Added:
    ofbiz/trunk/applications/marketing/data/MarketingDemoData.xml   (props changed)
      - copied unchanged from r1083805, ofbiz/trunk/applications/marketing/testdef/SeleniumTests.xml
Removed:
    ofbiz/trunk/applications/marketing/testdef/SeleniumTests.xml
Modified:
    ofbiz/trunk/applications/marketing/ofbiz-component.xml

Propchange: ofbiz/trunk/applications/marketing/data/MarketingDemoData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/marketing/data/MarketingDemoData.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/applications/marketing/data/MarketingDemoData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/applications/marketing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/ofbiz-component.xml?rev=1084529&r1=1084528&r2=1084529&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/marketing/ofbiz-component.xml Wed Mar 23 10:40:01 2011
@@ -31,7 +31,7 @@ under the License.
     <entity-resource type="data" reader-name="seed" loader="main" location="data/MarketingHelpData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/SfaPortletData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/sfaDemoData.xml"/>
-    <entity-resource type="data" reader-name="demo" loader="main" location="testdef/SeleniumTests.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/MarketingDemoData.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services_opportunity.xml"/>
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>