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">


Reply via email to