Skip to content

Commit 8aa9551

Browse files
committed
1 parent 162a883 commit 8aa9551

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

JUnit.xsd

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,22 @@ Permission to waive conditions of this license may be requested from Windy Road
7171
<xs:element name="testcase" minOccurs="0" maxOccurs="unbounded">
7272
<xs:complexType>
7373
<xs:choice minOccurs="0">
74-
<xs:element name="skipped" />
74+
<xs:element name="skipped" minOccurs="0" maxOccurs="1">
75+
<xs:annotation>
76+
<xs:documentation xml:lang="en">Indicates that the test was skipped.</xs:documentation>
77+
</xs:annotation>
78+
<xs:complexType>
79+
<xs:simpleContent>
80+
<xs:extension base="pre-string">
81+
<xs:attribute name="message" type="xs:string">
82+
<xs:annotation>
83+
<xs:documentation xml:lang="en">The message specifying why the test case was skipped</xs:documentation>
84+
</xs:annotation>
85+
</xs:attribute>
86+
</xs:extension>
87+
</xs:simpleContent>
88+
</xs:complexType>
89+
</xs:element>
7590
<xs:element name="error" minOccurs="0" maxOccurs="1">
7691
<xs:annotation>
7792
<xs:documentation xml:lang="en">Indicates that the test errored. An errored test is one that had an unanticipated problem. e.g., an unchecked throwable; or a problem with the implementation of the test. Contains as a text node relevant data for the error, e.g., a stack trace</xs:documentation>

0 commit comments

Comments
 (0)