Author: jleroux
Date: Sun Feb  3 05:56:12 2008
New Revision: 617988

URL: http://svn.apache.org/viewvc?rev=617988&view=rev
Log:
Applied fix from trunk for revision: 617987

Modified:
    ofbiz/branches/release4.0/framework/common/servicedef/services_test.xml

Modified: 
ofbiz/branches/release4.0/framework/common/servicedef/services_test.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/common/servicedef/services_test.xml?rev=617988&r1=617987&r2=617988&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/common/servicedef/services_test.xml 
(original)
+++ ofbiz/branches/release4.0/framework/common/servicedef/services_test.xml Sun 
Feb  3 05:56:12 2008
@@ -126,7 +126,7 @@
         <attribute name="mapOfStrings" type="Map" mode="IN"/>
     </service>
     
-    <service name="testJavsScript" engine="javascript" auth="false"
+    <service name="testJavaScript" engine="javascript" auth="false"
                        location="org/ofbiz/common/JavaScriptTest.js" invoke="">
        <description>Test JavaScript Service</description>
        <attribute name="message" type="String" mode="IN" optional="true"/>


Reply via email to