Author: lektran
Date: Tue Dec 4 01:55:56 2007
New Revision: 600862
URL:
http://svn.apache.org/viewvc?rev=600862&view=revLog:
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>