You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/10/03 10:49:07 UTC

svn commit: r1867926 - /ofbiz/ofbiz-framework/trunk/applications/order/testdef/OrderTest.xml

Author: jleroux
Date: Thu Oct  3 10:49:07 2019
New Revision: 1867926

URL: http://svn.apache.org/viewvc?rev=1867926&view=rev
Log:
Improved: Unit test case for service - testSendOrderChangeNotification
(OFBIZ-8811)

Removes duplicated order-tests-data-load

Tests pass

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/testdef/OrderTest.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/testdef/OrderTest.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/testdef/OrderTest.xml?rev=1867926&r1=1867925&r2=1867926&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/testdef/OrderTest.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/testdef/OrderTest.xml Thu Oct  3 10:49:07 2019
@@ -24,9 +24,6 @@ under the License.
     <test-case case-name="order-tests-data-load">
         <entity-xml action="load" entity-xml-url="component://order/testdef/data/OrderTestData.xml"/>
     </test-case>
-    <test-case case-name="order-tests-data-load">
-        <entity-xml action="load" entity-xml-url="component://order/testdef/data/OrderTestData.xml"/>
-    </test-case>
     <test-case case-name="purchaseOrder-test">
         <junit-test-suite class-name="org.apache.ofbiz.order.test.PurchaseOrderTest"/>
     </test-case>