You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2010/02/07 16:57:38 UTC

svn commit: r907437 - in /ofbiz/trunk/applications/product: script/org/ofbiz/product/test/ProductPriceTestData.xml testdef/CatalogTests.xml testdef/data/ testdef/data/ProductPriceTestData.xml

Author: mor
Date: Sun Feb  7 15:57:38 2010
New Revision: 907437

URL: http://svn.apache.org/viewvc?rev=907437&view=rev
Log:
Since test data files were kept under testdef/data folder so moving the file to correct location.

Added:
    ofbiz/trunk/applications/product/testdef/data/
    ofbiz/trunk/applications/product/testdef/data/ProductPriceTestData.xml
      - copied unchanged from r907432, ofbiz/trunk/applications/product/script/org/ofbiz/product/test/ProductPriceTestData.xml
Removed:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/test/ProductPriceTestData.xml
Modified:
    ofbiz/trunk/applications/product/testdef/CatalogTests.xml

Modified: ofbiz/trunk/applications/product/testdef/CatalogTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/CatalogTests.xml?rev=907437&r1=907436&r2=907437&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/CatalogTests.xml (original)
+++ ofbiz/trunk/applications/product/testdef/CatalogTests.xml Sun Feb  7 15:57:38 2010
@@ -23,7 +23,7 @@
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
 
     <test-case case-name="loadProductPriceTestData">
-        <entity-xml action="load" entity-xml-url="component://product/script/org/ofbiz/product/test/ProductPriceTestData.xml"/>
+        <entity-xml action="load" entity-xml-url="component://product/testdef/data/ProductPriceTestData.xml"/>
     </test-case>
 
     <test-case case-name="productPrice-tests">