1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023619: Integration of test grid "xml" into the new testing system

Removing XML Validator
Improvements of begin and TODO's in testing cases
small correction in begin file to provide normal behavior of tests if Java is not installed
This commit is contained in:
ski
2013-03-01 14:27:39 +04:00
parent 97c4a2fa37
commit 607a96d42a
55 changed files with 1955 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
</sequence>
<attribute name="date" type="date" use="required"/>
<attribute name="schemav" type="nonNegativeInteger" use="required"/>
<attribute name="DocVersion" type="nonNegativeInteger" use="required"/>
<attribute name="objnb" type="nonNegativeInteger" use="required"/>
</complexType>
</element> <!-- END 'info' -->

View File

@@ -47,6 +47,7 @@
<extension base="ocaf:AbsListIntegerAttributeType">
<attribute name="first" type="int" default="1"/>
<attribute name="last" type="int" use="required"/>
<attribute name="delta" type="int" use="required"/>
</extension>
</complexContent>
</complexType>
@@ -58,6 +59,7 @@
<extension base="ocaf:AbsListRealAttributeType">
<attribute name="first" type="int" default="1"/>
<attribute name="last" type="int" use="required"/>
<attribute name="delta" type="int" use="required"/>
</extension>
</complexContent>
</complexType>