Author: julien(a)jboss.com
Date: 2007-10-08 17:54:32 -0400 (Mon, 08 Oct 2007)
New Revision: 8570
Modified:
modules/test/trunk/unit/src/resources/jboss-unit-jar/org/jboss/unit/runner/model/jboss-unit_1_0.xsd
Log:
better indentation of schema
Modified:
modules/test/trunk/unit/src/resources/jboss-unit-jar/org/jboss/unit/runner/model/jboss-unit_1_0.xsd
===================================================================
---
modules/test/trunk/unit/src/resources/jboss-unit-jar/org/jboss/unit/runner/model/jboss-unit_1_0.xsd 2007-10-08
20:52:02 UTC (rev 8569)
+++
modules/test/trunk/unit/src/resources/jboss-unit-jar/org/jboss/unit/runner/model/jboss-unit_1_0.xsd 2007-10-08
21:54:32 UTC (rev 8570)
@@ -51,8 +51,7 @@
<xsd:complexType name="pojo_classType">
<xsd:annotation><xsd:documentation>Defines a tested class. A tested
class can contain any number of case.
If the class element contains no case then all test cases returned by the class
meta data will be executed. The
- name attribute is the full qualified name of the class.
-</xsd:documentation></xsd:annotation>
+ name attribute is the full qualified name of the
class.</xsd:documentation></xsd:annotation>
<xsd:sequence>
<xsd:element name="case" type="pojo_caseType"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
@@ -68,8 +67,7 @@
<xsd:complexType name="pojo_testType">
<xsd:annotation><xsd:documentation>A test element specifies a test to
execute. It either can contain an anonymous
nested class element or it can refer to an existing test definition. The nested
parameters are used to parameterize
- the test configuration, they override any existing parameter defined at the pojo
level.
-</xsd:documentation></xsd:annotation>
+ the test configuration, they override any existing parameter defined at the pojo
level.</xsd:documentation></xsd:annotation>
<xsd:sequence>
<xsd:element name="parameter" type="parameterType"
minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="class" type="pojo_classType"
minOccurs="0" maxOccurs="1"/>
@@ -91,4 +89,4 @@
<xsd:attribute name="value" type="xsd:string"/>
</xsd:complexType>
-</xsd:schema>
\ No newline at end of file
+</xsd:schema>