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/06 07:06:55 UTC

svn commit: r907177 - in /ofbiz/trunk/applications/product: script/org/ofbiz/product/test/ script/org/ofbiz/product/test/InventoryTests.xml script/org/ofbiz/shipment/test/FacilityTests.xml testdef/FacilityTest.xml

Author: mor
Date: Sat Feb  6 06:06:54 2010
New Revision: 907177

URL: http://svn.apache.org/viewvc?rev=907177&view=rev
Log:
Correction over last commit. Actually the place was not appropriate when I again have a look. Also changed the name of the test file to be more specific rather then a generic name since the file supposed to contain test case on inventory system.

Added:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/test/
    ofbiz/trunk/applications/product/script/org/ofbiz/product/test/InventoryTests.xml   (props changed)
      - copied unchanged from r907176, ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/FacilityTests.xml
Removed:
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/FacilityTests.xml
Modified:
    ofbiz/trunk/applications/product/testdef/FacilityTest.xml

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/test/InventoryTests.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/test/InventoryTests.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/test/InventoryTests.xml
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Feb  6 06:06:54 2010
@@ -0,0 +1 @@
+/ofbiz/branches/addbirt/applications/product/script/org/ofbiz/shipment/test/FacilityTests.xml:831210-885099,885686-886087

Propchange: ofbiz/trunk/applications/product/script/org/ofbiz/product/test/InventoryTests.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/applications/product/testdef/FacilityTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/FacilityTest.xml?rev=907177&r1=907176&r2=907177&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/FacilityTest.xml (original)
+++ ofbiz/trunk/applications/product/testdef/FacilityTest.xml Sat Feb  6 06:06:54 2010
@@ -29,7 +29,7 @@
     </test-case>
     <!-- Physical Inventory Adjustment test -->
     <test-case case-name="physicalInventoryAdjustment-test">
-        <simple-method-test location="component://product/script/org/ofbiz/shipment/test/FacilityTests.xml" name="testPhysicalInventoryAdjustment"/>
+        <simple-method-test location="component://product/script/org/ofbiz/product/test/InventoryTests.xml" name="testPhysicalInventoryAdjustment"/>
     </test-case>
 
     <test-case case-name="shipment-tests">