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:11:19 UTC

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

Author: lektran
Date: Sat Oct 17 11:11:19 2009
New Revision: 826226

URL: http://svn.apache.org/viewvc?rev=826226&view=rev
Log:
Missed changing the location file name

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=826226&r1=826225&r2=826226&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/testdef/FacilityTest.xml (original)
+++ ofbiz/trunk/applications/product/testdef/FacilityTest.xml Sat Oct 17 11:11:19 2009
@@ -46,6 +46,6 @@
     </test-case>
 
     <test-case case-name="testCreateShipmentRouteSegment-test">
-        <simple-method-test location="component://product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml" name="testCreateShipmentRouteSegment"/>
+        <simple-method-test location="component://product/script/org/ofbiz/shipment/shipment/ShipmentTests.xml" name="testCreateShipmentRouteSegment"/>
     </test-case>
 </test-suite>
\ No newline at end of file