svn commit: r493926 - in /ofbiz/trunk/framework/common/servicedef: groups_test.xml services_test.xml

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

svn commit: r493926 - in /ofbiz/trunk/framework/common/servicedef: groups_test.xml services_test.xml

jaz-3
Author: jaz
Date: Sun Jan  7 19:19:33 2007
New Revision: 493926

URL: http://svn.apache.org/viewvc?view=rev&rev=493926
Log:
updated test services to reflect new inline group changes to service defs

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

Modified: ofbiz/trunk/framework/common/servicedef/groups_test.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/groups_test.xml?view=diff&rev=493926&r1=493925&r2=493926
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/groups_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/groups_test.xml Sun Jan  7 19:19:33 2007
@@ -20,6 +20,6 @@
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/service-group.xsd">
  <group name="testGroup" send-mode="all">
  <invoke name="testScv" mode="sync"/>
- <invoke name="testBsh" mode="sync"/>
+ <service name="testBsh" mode="sync"/>
  </group>
 </service-group>

Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?view=diff&rev=493926&r1=493925&r2=493926
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Sun Jan  7 19:19:33 2007
@@ -25,6 +25,7 @@
     <service name="testScv" engine="java" export="true" validate="false" require-new-transaction="true"
             location="org.ofbiz.common.CommonServices" invoke="testService">
         <description>Test service</description>
+        <attribute name="defaultValue" type="Double" mode="IN" default-value="999.9999"/>
         <attribute name="message" type="String" mode="IN" optional="true"/>
         <attribute name="resp" type="String" mode="OUT"/>
     </service>