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 2007/12/04 10:55:57 UTC

svn commit: r600862 - /ofbiz/trunk/framework/example/testdef/tests.xml

Author: lektran
Date: Tue Dec  4 01:55:56 2007
New Revision: 600862

URL: http://svn.apache.org/viewvc?rev=600862&view=rev
Log:
Fixed invalid location

Modified:
    ofbiz/trunk/framework/example/testdef/tests.xml

Modified: ofbiz/trunk/framework/example/testdef/tests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/testdef/tests.xml?rev=600862&r1=600861&r2=600862&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/testdef/tests.xml (original)
+++ ofbiz/trunk/framework/example/testdef/tests.xml Tue Dec  4 01:55:56 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>