File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 244244 <xs : attribute name =" cacheTokens" type =" xs:boolean" default =" false" />
245245 <xs : attribute name =" colors" type =" xs:boolean" default =" false" />
246246 <xs : attribute name =" columns" type =" columnsType" default =" 80" />
247- <xs : attribute name =" convertDeprecationsToExceptions" type =" xs:boolean" default =" true " />
247+ <xs : attribute name =" convertDeprecationsToExceptions" type =" xs:boolean" default =" false " />
248248 <xs : attribute name =" convertErrorsToExceptions" type =" xs:boolean" default =" true" />
249249 <xs : attribute name =" convertNoticesToExceptions" type =" xs:boolean" default =" true" />
250250 <xs : attribute name =" convertWarningsToExceptions" type =" xs:boolean" default =" true" />
309309 </xs : complexType >
310310 <xs : complexType name =" testSuiteType" >
311311 <xs : sequence >
312- <xs : group ref =" pathGroup" />
313- <xs : element name =" exclude" type =" xs:string" minOccurs =" 0" maxOccurs =" unbounded" />
312+ <xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
313+ <xs : group ref =" pathGroup" />
314+ <xs : element name =" exclude" type =" xs:string" />
315+ </xs : choice >
314316 </xs : sequence >
315317 <xs : attribute name =" name" type =" xs:string" use =" required" />
316318 </xs : complexType >
You can’t perform that action at this time.
0 commit comments