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 10:00:35 UTC

svn commit: r659764 - /ofbiz/trunk/framework/common/servicedef/services_test.xml

Author: lektran
Date: Sat May 24 01:00:35 2008
New Revision: 659764

URL: http://svn.apache.org/viewvc?rev=659764&view=rev
Log:
Removed auth="true" from 2 test services, one of them is on an eca from another test service that doesn't require auth

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

Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?rev=659764&r1=659763&r2=659764&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Sat May 24 01:00:35 2008
@@ -170,12 +170,12 @@
         <attribute name="_uploadFile_fileName" type="String" mode="IN" optional="false"/>
     </service>
     
-    <service name="conditionReturnTrue" engine="java" auth="true"
+    <service name="conditionReturnTrue" engine="java"
             location="org.ofbiz.common.CommonServices" invoke="conditionTrueService">
         <description>ECA Condition Service - Return TRUE</description>
         <implements service="serviceEcaConditionInterface"/>
     </service>
-    <service name="conditionReturnFalse" engine="java" auth="true"
+    <service name="conditionReturnFalse" engine="java"
             location="org.ofbiz.common.CommonServices" invoke="conditionFalseService">
         <description>ECA Condition Service - Return FALSE</description>
         <implements service="serviceEcaConditionInterface"/>