Author: lektran
Date: Sat Oct 17 22:24:55 2009
New Revision: 826316
URL:
http://svn.apache.org/viewvc?rev=826316&view=revLog:
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