svn commit: r601052 - /ofbiz/branches/release4.0/framework/example/testdef/tests.xml

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

svn commit: r601052 - /ofbiz/branches/release4.0/framework/example/testdef/tests.xml

jleroux@apache.org
Author: jleroux
Date: Tue Dec  4 11:38:20 2007
New Revision: 601052

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

Modified:
    ofbiz/branches/release4.0/framework/example/testdef/tests.xml

Modified: ofbiz/branches/release4.0/framework/example/testdef/tests.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/example/testdef/tests.xml?rev=601052&r1=601051&r2=601052&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/example/testdef/tests.xml (original)
+++ ofbiz/branches/release4.0/framework/example/testdef/tests.xml Tue Dec  4 11:38:20 2007
@@ -29,6 +29,6 @@
         <service-test service-name="testCreateExampleService"/>
     </test-case>
     <test-case case-name="testCreateExampleService Direct Simple Method">
-        <simple-method-test location="org/ofbiz/example/example/ExampleServices.xml" name="testCreateExampleService"/>
+        <simple-method-test location="component://example/script/org/ofbiz/example/example/ExampleServices.xml" name="testCreateExampleService"/>
     </test-case>
 </test-suite>