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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

lektran
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