Author: jleroux
Date: Tue Dec 4 11:38:20 2007
New Revision: 601052
URL:
http://svn.apache.org/viewvc?rev=601052&view=revLog:
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>