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 2008/06/12 15:04:13 UTC

svn commit: r667067 - in /ofbiz/trunk/applications: product/testdef/ProductTest.xml product/testdef/assertdata/ workeffort/testdef/assertdata/ workeffort/testdef/workefforttests.xml

Author: mor
Date: Thu Jun 12 06:04:12 2008
New Revision: 667067

URL: http://svn.apache.org/viewvc?rev=667067&view=rev
Log:
Removed duplicate test cases for testing UserLogin in database - There is already one in example component

Removed:
    ofbiz/trunk/applications/product/testdef/assertdata/
    ofbiz/trunk/applications/workeffort/testdef/assertdata/
Modified:
    ofbiz/trunk/applications/product/testdef/ProductTest.xml
    ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml

Modified: ofbiz/trunk/applications/product/testdef/ProductTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/ProductTest.xml?rev=667067&r1=667066&r2=667067&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/ProductTest.xml (original)
+++ ofbiz/trunk/applications/product/testdef/ProductTest.xml Thu Jun 12 06:04:12 2008
@@ -27,9 +27,6 @@
     <!--test-case case-name="inventoryAdjustment-test">
         <junit-test-suite class-name="org.ofbiz.product.test.PhysicalInventoryAdjustmentTest"/>
     </test-case-->
-    <test-case case-name="userLoginEntityXmlAssert">
-        <entity-xml action="assert" entity-xml-url="component://product/testdef/assertdata/TestUserLoginData.xml"/>
-    </test-case>
     <test-case case-name="testReceiveShipment Direct Simple Method">
         <simple-method-test location="component://product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml" name="testCreateShipmentRouteSegment"/>
     </test-case>

Modified: ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml?rev=667067&r1=667066&r2=667067&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml (original)
+++ ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml Thu Jun 12 06:04:12 2008
@@ -20,9 +20,6 @@
 <test-suite suite-name="workefforttests"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd">
-    <test-case case-name="userLoginEntityXmlAssert">
-        <entity-xml action="assert" entity-xml-url="component://workeffort/testdef/assertdata/TestUserLoginData.xml"/>
-    </test-case>
     <test-case case-name="testCreateEventService Direct Simple Method">
         <simple-method-test location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" name="testCreateEventService"/>
     </test-case>