Author: lektran
Date: Thu Nov 12 21:13:49 2009
New Revision: 835548
URL:
http://svn.apache.org/viewvc?rev=835548&view=revLog:
Delay the completion of the testServiceEcaGlobalEventExec test to allow the global ecas to complete before the next test is run, fixes OFBIZ-3124 reported by Jeremy Wickersheimer
Modified:
ofbiz/trunk/framework/service/servicedef/secas_test_se.xml
Modified: ofbiz/trunk/framework/service/servicedef/secas_test_se.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/servicedef/secas_test_se.xml?rev=835548&r1=835547&r2=835548&view=diff==============================================================================
--- ofbiz/trunk/framework/service/servicedef/secas_test_se.xml (original)
+++ ofbiz/trunk/framework/service/servicedef/secas_test_se.xml Thu Nov 12 21:13:49 2009
@@ -26,4 +26,11 @@
<eca service="testServiceEcaGlobalEventExecToRollback" event="global-rollback">
<action service="testServiceEcaGlobalEventExecOnRollback" mode="sync"/>
</eca>
+
+ <!-- Note: This eca is used only to allow time for the global ecas above to
+ complete before the xml assertion test is run -->
+ <eca service="testServiceEcaGlobalEventExec" event="return">
+ <set field-name="duration" value="5000" format="long"/>
+ <action mode="sync" service="blockingTestScv"/>
+ </eca>
</service-eca>