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 2009/05/02 08:57:30 UTC

svn commit: r770905 - /ofbiz/trunk/framework/testtools/dtd/test-suite.xsd

Author: lektran
Date: Sat May  2 06:57:30 2009
New Revision: 770905

URL: http://svn.apache.org/viewvc?rev=770905&view=rev
Log:
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>