Author: lektran
Date: Sat May 2 06:57:30 2009
New Revision: 770905
URL:
http://svn.apache.org/viewvc?rev=770905&view=revLog:
A little documentation
Modified:
ofbiz/trunk/framework/testtools/dtd/test-suite.xsd
Modified: ofbiz/trunk/framework/testtools/dtd/test-suite.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/dtd/test-suite.xsd?rev=770905&r1=770904&r2=770905&view=diff==============================================================================
--- ofbiz/trunk/framework/testtools/dtd/test-suite.xsd (original)
+++ ofbiz/trunk/framework/testtools/dtd/test-suite.xsd Sat May 2 06:57:30 2009
@@ -77,7 +77,12 @@
</xs:element>
<xs:attributeGroup name="attlist.junit-test-suite">
<xs:attribute type="xs:string" name="class-name" use="required">
- <xs:annotation><xs:documentation>Should extend the junit.framework.TestCase class.</xs:documentation></xs:annotation>
+ <xs:annotation>
+ <xs:documentation>
+ At minimum should extend the junit.framework.TestCase class. If you want to use a GenericDelegator or
+ LocalDispatcher you should extend the OFBizTestCase class and use the ones provided by it.
+ </xs:documentation>
+ </xs:annotation>
</xs:attribute>
</xs:attributeGroup>