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/17 13:33:38 UTC

svn commit: r826235 - /ofbiz/trunk/applications/product/testdef/FacilityTest.xml

Author: lektran
Date: Sat Oct 17 11:33:37 2009
New Revision: 826235

URL: http://svn.apache.org/viewvc?rev=826235&view=rev
Log:
third time lucky, corrected location path

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

Modified: ofbiz/trunk/applications/product/testdef/FacilityTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/testdef/FacilityTest.xml?rev=826235&r1=826234&r2=826235&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/FacilityTest.xml (original)
+++ ofbiz/trunk/applications/product/testdef/FacilityTest.xml Sat Oct 17 11:33:37 2009
@@ -46,6 +46,6 @@
     </test-case>
 
     <test-case case-name="testCreateShipmentRouteSegment-test">
-        <simple-method-test location="component://product/script/org/ofbiz/shipment/shipment/ShipmentTests.xml" name="testCreateShipmentRouteSegment"/>
+        <simple-method-test location="component://product/script/org/ofbiz/shipment/test/ShipmentTests.xml" name="testCreateShipmentRouteSegment"/>
     </test-case>
 </test-suite>
\ No newline at end of file