Skip to content

Commit 207d34c

Browse files
committed
MTA-2538: Add zephyrId and summary attributes to test case xml files
- CR Changes
1 parent 96427bf commit 207d34c

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.0.0-rc.31
2+
=============
13
* Updated variation.xsd for new attributes in test case xml files
24

35
1.0.0-rc.30

etc/variations.xsd

+11-11
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
</xs:annotation>
4545
</xs:element>
4646
</xs:sequence>
47-
<xs:attribute type="xs:string" name="name" use="required"/>
48-
<xs:attribute type="xs:string" name="summary" use="required"/>
49-
<xs:attribute type="xs:string" name="zephyrId" use="required"/>
47+
<xs:attribute type="xs:string" name="name" use="required" />
48+
<xs:attribute type="xs:string" name="summary" use="required" />
49+
<xs:attribute type="xs:string" name="ticketId" use="required" />
5050
</xs:complexType>
5151
</xs:element>
5252

@@ -68,19 +68,19 @@
6868
</xs:annotation>
6969
</xs:element>
7070
</xs:choice>
71-
<xs:attribute type="xs:string" name="name" use="required"/>
72-
<xs:attribute type="xs:string" name="firstConstraint" use="optional"/>
73-
<xs:attribute type="xs:string" name="method" use="optional"/>
74-
<xs:attribute type="xs:string" name="summary" use="optional"/>
75-
<xs:attribute type="xs:string" name="zephyrId" use="optional"/>
71+
<xs:attribute type="xs:string" name="name" use="required" />
72+
<xs:attribute type="xs:string" name="firstConstraint" use="optional" />
73+
<xs:attribute type="xs:string" name="method" use="optional" />
74+
<xs:attribute type="xs:string" name="summary" use="optional" />
75+
<xs:attribute type="xs:string" name="ticketId" use="optional" />
7676
</xs:complexType>
7777
</xs:element>
7878

7979
<xs:element name="constraint">
8080
<xs:complexType>
81-
<xs:attribute type="xs:string" name="name" use="required"/>
82-
<xs:attribute type="xs:string" name="next" use="optional"/>
83-
<xs:attribute type="xs:string" name="prev" use="optional"/>
81+
<xs:attribute type="xs:string" name="name" use="required" />
82+
<xs:attribute type="xs:string" name="next" use="optional" />
83+
<xs:attribute type="xs:string" name="prev" use="optional" />
8484
</xs:complexType>
8585
</xs:element>
8686
</xs:schema>

0 commit comments

Comments
 (0)