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 2008/05/24 12:49:20 UTC

svn commit: r659789 - /ofbiz/trunk/framework/common/servicedef/secas_test.xml

Author: lektran
Date: Sat May 24 03:49:20 2008
New Revision: 659789

URL: http://svn.apache.org/viewvc?rev=659789&view=rev
Log:
Removed an eca which was causing testScv to fail

Modified:
    ofbiz/trunk/framework/common/servicedef/secas_test.xml

Modified: ofbiz/trunk/framework/common/servicedef/secas_test.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/secas_test.xml?rev=659789&r1=659788&r2=659789&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/secas_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/secas_test.xml Sat May 24 03:49:20 2008
@@ -28,10 +28,6 @@
         <condition field-name="message" operator="equals" value="12345"/>
         <action service="testBsh" mode="sync"/>
     </eca>
-    <eca service="testScv" event="commit">
-        <condition-service service-name="conditionReturnTrue"/>
-        <action service="blockingTestScv" mode="sync"/>
-    </eca>
     <eca service="testCommit" event="global-commit">
         <action service="testScv" mode="sync"/>
     </eca>