Author: lektran
Date: Tue Nov 17 01:24:20 2009
New Revision: 881083

URL: http://svn.apache.org/viewvc?rev=881083&view=rev
Log:
Updated test pack to reflect DEMO10090's new order item quantity

Modified:
    
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/ShipmentTests.xml

Modified: 
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/ShipmentTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/ShipmentTests.xml?rev=881083&r1=881082&r2=881083&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/ShipmentTests.xml
 (original)
+++ 
ofbiz/trunk/applications/product/script/org/ofbiz/shipment/test/ShipmentTests.xml
 Tue Nov 17 01:24:20 2009
@@ -25,7 +25,7 @@
         <set field="packSingleItemInMap.productId" value="GZ-2644"/>
         <set field="packSingleItemInMap.orderId" value="DEMO10090"/>
         <set field="packSingleItemInMap.shipGroupSeqId" value="00001"/>
-        <set field="packSingleItemInMap.quantity" value="1" type="BigDecimal"/>
+        <set field="packSingleItemInMap.quantity" value="2" type="BigDecimal"/>
         <set field="packSingleItemInMap.packageSeq" value="1" type="Integer"/>
         <set field="packSingleItemInMap.pickerPartyId" value="DemoCustomer"/>
         <set field="packSingleItemInMap.handlingInstructions" value="Handle 
with care"/>


Reply via email to