You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/10/18 00:24:55 UTC

svn commit: r826316 - /ofbiz/trunk/applications/product/testdef/ProductTest.xml

Author: lektran
Date: Sat Oct 17 22:24:55 2009
New Revision: 826316

URL: http://svn.apache.org/viewvc?rev=826316&view=rev
Log:
Removed a commented test case for which the class didn't exist, add two missing cases

Modified:
    ofbiz/trunk/applications/product/testdef/ProductTest.xml

Modified: ofbiz/trunk/applications/product/testdef/ProductTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/ProductTest.xml?rev=826316&r1=826315&r2=826316&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/ProductTest.xml (original)
+++ ofbiz/trunk/applications/product/testdef/ProductTest.xml Sat Oct 17 22:24:55 2009
@@ -22,7 +22,10 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
 
-    <!--test-case case-name="inventoryAdjustment-test">
-        <junit-test-suite class-name="org.ofbiz.product.test.PhysicalInventoryAdjustmentTest"/>
-    </test-case-->
+    <test-case case-name="inventoryItemTransfer-test">
+        <junit-test-suite class-name="org.ofbiz.product.test.InventoryItemTransferTest"/>
+    </test-case>
+    <test-case case-name="stockMoves-test">
+        <junit-test-suite class-name="org.ofbiz.product.test.StockMovesTest"/>
+    </test-case>
 </test-suite>
\ No newline at end of file