Skip to content

Commit

Permalink
Disabled testsuites in Ant-JUnit.xsd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jun 2, 2024
1 parent 7ddfe7a commit 3ef66b6
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pyEDAA/Reports/resources/Ant-JUnit.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -114,27 +114,7 @@
<xsd:attribute name="file" type="xsd:string" use="optional" />
</xsd:complexType>

<xsd:complexType name="testsuites">
<xsd:sequence>
<xsd:element name="testsuite" type="testsuite" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the aggregated results of multiple testcase.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="optional" />
<xsd:attribute name="errors" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="failures" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="skipped" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="tests" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="assertions" type="xsd:nonNegativeInteger" use="optional" />
<xsd:attribute name="time" type="xsd:float" use="optional" />
<xsd:attribute name="timestamp" type="xsd:dateTime" use="optional" />
<xsd:attribute name="hostname" type="xsd:string" use="optional" />
<xsd:attribute name="id" type="xsd:string" use="optional" /> <!-- OSVVM mistake -->
</xsd:complexType>

<xsd:element name="testsuites" type="testsuites">
<xsd:element name="testsuite" type="testsuite">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the overall result of all testcases in all testsuites.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 3ef66b6

Please sign in to comment.